summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-02-05 16:06:52 -0800
committerGitHub <noreply@github.com>2019-02-05 16:06:52 -0800
commit24db116c738ccef53cd5d5eaa8e921ccead076ab (patch)
tree5ffea2ca7a0aad145f0941f8f138ed0e0e23f776
parentce48f14abcb65c141eb762b8277c7225abe9cde4 (diff)
parenta5395dad7f5b00771eb8cae04831b04ccec41328 (diff)
downloadchef-24db116c738ccef53cd5d5eaa8e921ccead076ab.tar.gz
Merge pull request #8207 from chef/bootstrap_url
Update knife bootstrap template to use up to date omnitruck URL
-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 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