lib/chef-dk/configurable.rb in chef-dk-3.13.1 vs lib/chef-dk/configurable.rb in chef-dk-4.0.60
- old
+ new
@@ -47,10 +47,9 @@
module ChefDK
module Configurable
def chef_config
return @chef_config if @chef_config
-
config_loader.load
@chef_config = Chef::Config
CookbookOmnifetch.integration.default_chef_server_http_client = default_chef_server_http_client
@chef_config
end