summaryrefslogtreecommitdiff
path: root/lib/chef/knife/bootstrap
diff options
context:
space:
mode:
authorTeemu Matilainen <teemu.matilainen@reaktor.fi>2013-01-11 12:50:04 -0300
committerBryan McLellan <btm@opscode.com>2013-05-24 09:17:35 -0700
commitd74ffe26802f149d39e5be3b959ff6d219d01dc7 (patch)
tree8e65cb4dce5575cf798fe26e472d3c19389948a0 /lib/chef/knife/bootstrap
parent18f38f05fd42bda4aef82aadf4b55c1bc735f877 (diff)
downloadchef-d74ffe26802f149d39e5be3b959ff6d219d01dc7.tar.gz
[CHEF-3749] Use HTTPS to download the Omnibus installer
Diffstat (limited to 'lib/chef/knife/bootstrap')
-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 fe08c88a49..974b522653 100644
--- a/lib/chef/knife/bootstrap/chef-full.erb
+++ b/lib/chef/knife/bootstrap/chef-full.erb
@@ -10,7 +10,7 @@ exists() {
fi
}
-install_sh="http://opscode.com/chef/install.sh"
+install_sh="https://www.opscode.com/chef/install.sh"
version_string="-v <%= chef_version %>"
if ! exists /usr/bin/chef-client; then