summaryrefslogtreecommitdiff
path: root/lib/chef/knife/bootstrap/chef-full.erb
diff options
context:
space:
mode:
authorMarco Betti <m.betti@gmail.com>2013-09-02 14:20:07 +0200
committerBryan McLellan <btm@opscode.com>2013-10-04 09:52:09 -0700
commitc99665770f2e9f8e118179b807cdd8ffebbd3e63 (patch)
treeccb04c7107dea847cf745cb2854f4434ed68add8 /lib/chef/knife/bootstrap/chef-full.erb
parent3f2e3b7cad97954b6859eff231960bb34b191148 (diff)
downloadchef-c99665770f2e9f8e118179b807cdd8ffebbd3e63.tar.gz
[CHEF-4513] HTTPS proxy not set (wget only) using HTTPS to download the Omnibus installer.
Diffstat (limited to 'lib/chef/knife/bootstrap/chef-full.erb')
-rw-r--r--lib/chef/knife/bootstrap/chef-full.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/bootstrap/chef-full.erb b/lib/chef/knife/bootstrap/chef-full.erb
index 94d1ff8a05..549ffaea8c 100644
--- a/lib/chef/knife/bootstrap/chef-full.erb
+++ b/lib/chef/knife/bootstrap/chef-full.erb
@@ -1,5 +1,5 @@
bash -c '
-<%= "export http_proxy=\"#{knife_config[:bootstrap_proxy]}\"" if knife_config[:bootstrap_proxy] -%>
+<%= "export https_proxy=\"#{knife_config[:bootstrap_proxy]}\"" if knife_config[:bootstrap_proxy] -%>
distro=`uname -s`