diff options
author | Tim Smith <tsmith@chef.io> | 2019-01-29 13:04:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-29 13:04:04 -0800 |
commit | 15be7e45568d003ed69b30bccc121893fd47ca39 (patch) | |
tree | 063c60e186c71b6c729b3428ab38cd66cbdf9fdd | |
parent | 74b0b661f5cdc127c9209e8d24926093582dcc97 (diff) | |
parent | a5b42a4a9af44cce918fa7627cb0a24c16afc20b (diff) | |
download | chef-15be7e45568d003ed69b30bccc121893fd47ca39.tar.gz |
Merge pull request #8190 from chef/mh/bootstrap_url
Update knife bootstrap template to use up to date omnitruck URL
-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 c80a3aa4ff..094cca1c08 100644 --- a/lib/chef/knife/bootstrap/templates/chef-full.erb +++ b/lib/chef/knife/bootstrap/templates/chef-full.erb @@ -171,7 +171,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://omnitruck-direct.chef.io/chef/install.sh" %>" + install_sh="<%= knife_config[:bootstrap_url] ? knife_config[:bootstrap_url] : "https://omnitruck.chef.io/chef/install.sh" %>" if test -f /usr/bin/chef-client; then echo "-----> Existing Chef installation detected" else |