diff options
author | Thom May <thom@may.lt> | 2015-12-16 16:03:30 +0000 |
---|---|---|
committer | Thom May <thom@may.lt> | 2015-12-16 16:03:30 +0000 |
commit | b027f4b9cebda8314118a0839f93d812e1b6fcfa (patch) | |
tree | 9fb7917a257ea8ff5a1d39a0040dd8b79cd54ff7 /lib/chef/knife | |
parent | 7677d4bacba9f8decca4e44ec18571fa9bcafada (diff) | |
parent | 19b9079f46cdca9135d6775319db2c9a320960a8 (diff) | |
download | chef-b027f4b9cebda8314118a0839f93d812e1b6fcfa.tar.gz |
Merge pull request #4312 from chef/cwebberOps/omnitruck
Updates the template to use omnitruck-direct.chef.io
Diffstat (limited to 'lib/chef/knife')
-rw-r--r-- | lib/chef/knife/bootstrap/templates/chef-full.erb | 2 |
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 |