summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-06-19 16:07:56 -0700
committerClaire McQuin <claire@getchef.com>2014-06-19 16:07:56 -0700
commit4b86cda95ab350d1f7c1e100ca7dadf7ee2da76d (patch)
tree75be4996a6ad4d707520e541c12e7e0addd75d07
parent633204305f8accc3110f07fc210d86b7c6a76070 (diff)
downloadchef-4b86cda95ab350d1f7c1e100ca7dadf7ee2da76d.tar.gz
remove setting proxy environment variables
-rw-r--r--lib/chef/application/windows_service.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/application/windows_service.rb b/lib/chef/application/windows_service.rb
index d1810fc3e8..bea5e9fcdc 100644
--- a/lib/chef/application/windows_service.rb
+++ b/lib/chef/application/windows_service.rb
@@ -211,7 +211,6 @@ class Chef
def reconfigure(startup_parameters=[])
configure_chef startup_parameters
configure_logging
- configure_proxy_environment_variables
Chef::Config[:chef_server_url] = config[:chef_server_url] if config.has_key? :chef_server_url
unless Chef::Config[:exception_handlers].any? {|h| Chef::Handler::ErrorReport === h}