diff options
author | JJ Asghar <jj@chef.io> | 2017-06-05 20:36:12 -0500 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-06-08 15:40:46 -0400 |
commit | ad2680a689ab78847ccce7766d6591797d99e219 (patch) | |
tree | 1c23c996d2ed28ac831fca576adec61ff8e15074 /cloudinit | |
parent | ee324391bcb436b1d3a1c44951aa1aa673005cf6 (diff) | |
download | vyos-cloud-init-ad2680a689ab78847ccce7766d6591797d99e219.tar.gz vyos-cloud-init-ad2680a689ab78847ccce7766d6591797d99e219.zip |
Chef: Update omnibus url to chef.io, minor doc changes.
- Updated to standard chef.io url
- Removed the port 4000, due to that has been deprecated
- Added Note about the run_list not being required
Signed-off-by: JJ Asghar <jj@chef.io>
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/config/cc_chef.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_chef.py b/cloudinit/config/cc_chef.py index 2be2532c..02c70b10 100644 --- a/cloudinit/config/cc_chef.py +++ b/cloudinit/config/cc_chef.py @@ -92,7 +92,7 @@ REQUIRED_CHEF_DIRS = tuple([ ]) # Used if fetching chef from a omnibus style package -OMNIBUS_URL = "https://www.getchef.com/chef/install.sh" +OMNIBUS_URL = "https://www.chef.io/chef/install.sh" OMNIBUS_URL_RETRIES = 5 CHEF_VALIDATION_PEM_PATH = '/etc/chef/validation.pem' |