module ChefCLI::Configurable

def chef_config

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