summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Curzon <Jordan.Curzon@bwater.com>2022-07-11 08:17:47 -0600
committerJordan Curzon <Jordan.Curzon@bwater.com>2022-07-11 08:22:42 -0600
commit8435ace749c3129c64cb5938da6b91c7d1d45be3 (patch)
tree6221904ce9c72b8e404db3c68fc85fbe719631b4
parentc09121ae39121d946684bfe6681686693243aec8 (diff)
downloadchef-8435ace749c3129c64cb5938da6b91c7d1d45be3.tar.gz
Require etc library
Obvious fix.
-rw-r--r--chef-config/lib/chef-config/workstation_config_loader.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/chef-config/lib/chef-config/workstation_config_loader.rb b/chef-config/lib/chef-config/workstation_config_loader.rb
index ea42211120..a77670ddb2 100644
--- a/chef-config/lib/chef-config/workstation_config_loader.rb
+++ b/chef-config/lib/chef-config/workstation_config_loader.rb
@@ -17,6 +17,7 @@
#
require "chef-utils" unless defined?(ChefUtils::CANARY)
+require "etc" unless defined?(Etc)
require_relative "config"
require_relative "exceptions"
require_relative "logger"