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 /tests/cloud_tests/configs | |
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 'tests/cloud_tests/configs')
-rw-r--r-- | tests/cloud_tests/configs/examples/install_run_chef_recipes.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cloud_tests/configs/examples/install_run_chef_recipes.yaml b/tests/cloud_tests/configs/examples/install_run_chef_recipes.yaml index 0bec305e..66b635a8 100644 --- a/tests/cloud_tests/configs/examples/install_run_chef_recipes.yaml +++ b/tests/cloud_tests/configs/examples/install_run_chef_recipes.yaml @@ -56,7 +56,7 @@ cloud_config: | force_install: false # Chef settings - server_url: "https://chef.yourorg.com:4000" + server_url: "https://chef.yourorg.com" # Node Name # Defaults to the instance-id if not present @@ -75,7 +75,7 @@ cloud_config: | YOUR-ORGS-VALIDATION-KEY-HERE -----END RSA PRIVATE KEY----- - # A run list for a first boot json + # A run list for a first boot json, this is an example (not required) run_list: - "recipe[apache2]" - "role[db]" @@ -88,7 +88,7 @@ cloud_config: | keepalive: "off" # if install_type is 'omnibus', change the url to download - omnibus_url: "https://www.opscode.com/chef/install.sh" + omnibus_url: "https://www.chef.io/chef/install.sh" # Capture all subprocess output into a logfile |