summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/workstation_config_loader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef-config/lib/chef-config/workstation_config_loader.rb')
-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"