summaryrefslogtreecommitdiff
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:16:47 -0700
commit4eae072fd47c883b988f0192eff41a0641fb9e40 (patch)
treec0013cd0a8a9f89f96bcfca55cd54ed97571b954
parentfd7dfa3ff458d1bfa6c12d528d1fa672f48135b1 (diff)
downloadchef-4eae072fd47c883b988f0192eff41a0641fb9e40.tar.gz
[CHEF-3749] Use HTTPS to download the Omnibus installer
-rw-r--r--chef/lib/chef/knife/bootstrap/chef-full.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/lib/chef/knife/bootstrap/chef-full.erb b/chef/lib/chef/knife/bootstrap/chef-full.erb
index 0580dcccea..93f87a715c 100644
--- a/chef/lib/chef/knife/bootstrap/chef-full.erb
+++ b/chef/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