summaryrefslogtreecommitdiff
path: root/cloudinit
diff options
context:
space:
mode:
authorJJ Asghar <jj@chef.io>2017-06-05 20:36:12 -0500
committerScott Moser <smoser@brickies.net>2017-06-08 15:40:46 -0400
commitad2680a689ab78847ccce7766d6591797d99e219 (patch)
tree1c23c996d2ed28ac831fca576adec61ff8e15074 /cloudinit
parentee324391bcb436b1d3a1c44951aa1aa673005cf6 (diff)
downloadvyos-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.py2
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'