diff options
author | Bryan McLellan <btm@loftninjas.org> | 2015-03-23 17:38:34 -0400 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2015-03-23 17:38:34 -0400 |
commit | 815ad9cd0afb12cc7a9d81718d9a2179e78d9d61 (patch) | |
tree | f49019acbc39ca874da98b8b0dfa5ddfd365299c /lib | |
parent | d7b95733939f043bb50c7682b2af79aefa7be567 (diff) | |
parent | c4c7d13f7f06865c667c1aa8d0d89525f87ba50f (diff) | |
download | chef-815ad9cd0afb12cc7a9d81718d9a2179e78d9d61.tar.gz |
Merge pull request #3118 from chef/ssd/opscode-lives-forever
Use opscode.com rather than chef.io in the bootstrap script.
Diffstat (limited to 'lib')
-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 17d7a9e3b5..a87ab8e544 100644 --- a/lib/chef/knife/bootstrap/templates/chef-full.erb +++ b/lib/chef/knife/bootstrap/templates/chef-full.erb @@ -22,7 +22,7 @@ exists() { <% if knife_config[:bootstrap_install_command] %> <%= knife_config[:bootstrap_install_command] %> <% else %> - install_sh="<%= knife_config[:bootstrap_url] ? knife_config[:bootstrap_url] : "https://www.chef.io/chef/install.sh" %>" + install_sh="<%= knife_config[:bootstrap_url] ? knife_config[:bootstrap_url] : "https://www.opscode.com/chef/install.sh" %>" if ! exists /usr/bin/chef-client; then echo "Installing Chef Client..." if exists wget; then |