169 170 171 172 173 174 175 176
# File 'lib/chef/application/apply.rb', line 169 def reconfigure parse_options Chef::Config.merge!(config) configure_logging Chef::Config.export_proxies Chef::Config.init_openssl parse_json end