summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef-config/lib/chef-config/config.rb')
-rw-r--r--chef-config/lib/chef-config/config.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb
index 37bd7fd448..0f642fe00e 100644
--- a/chef-config/lib/chef-config/config.rb
+++ b/chef-config/lib/chef-config/config.rb
@@ -33,7 +33,9 @@ module Mixlib
autoload :ShellOut, "mixlib/shellout"
end
autoload :URI, "uri"
-autoload :Addressable, "addressable/uri"
+module Addressable
+ autoload :URI, "addressable/uri"
+end
autoload :OpenSSL, "openssl"
autoload :YAML, "yaml"
require "chef-utils/dist" unless defined?(ChefUtils::Dist)