summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2015-12-16 16:03:30 +0000
committerThom May <thom@may.lt>2015-12-16 16:03:30 +0000
commitb027f4b9cebda8314118a0839f93d812e1b6fcfa (patch)
tree9fb7917a257ea8ff5a1d39a0040dd8b79cd54ff7
parent7677d4bacba9f8decca4e44ec18571fa9bcafada (diff)
parent19b9079f46cdca9135d6775319db2c9a320960a8 (diff)
downloadchef-b027f4b9cebda8314118a0839f93d812e1b6fcfa.tar.gz
Merge pull request #4312 from chef/cwebberOps/omnitruck
Updates the template to use omnitruck-direct.chef.io
-rw-r--r--lib/chef/knife/bootstrap/templates/chef-full.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/bootstrap/templates/chef-full.erb b/lib/chef/knife/bootstrap/templates/chef-full.erb
index 575aec0f50..020645c869 100644
--- a/lib/chef/knife/bootstrap/templates/chef-full.erb
+++ b/lib/chef/knife/bootstrap/templates/chef-full.erb
@@ -165,7 +165,7 @@ do_download() {
<% if knife_config[:bootstrap_install_command] %>
<%= knife_config[:bootstrap_install_command] %>
<% else %>
- install_sh="<%= knife_config[:bootstrap_url] ? knife_config[:bootstrap_url] : "https://www.opscode.com/chef/install.sh" %>"
+ install_sh="<%= knife_config[:bootstrap_url] ? knife_config[:bootstrap_url] : "https://omnitruck-direct.chef.io/chef/install.sh" %>"
if test -f /usr/bin/chef-client; then
echo "-----> Existing Chef installation detected"
else