summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-12-12 10:39:43 -0500
committerScott Moser <smoser@ubuntu.com>2012-12-12 10:39:43 -0500
commitcbd1ca764ed265460c3a79729a27ca8e3841390c (patch)
tree4b7327146c527820228f7c4c50f2a67947bd4d41 /doc/examples
parent5c5041367a8630543d84a9edf9dd4321f0c69718 (diff)
downloadvyos-cloud-init-cbd1ca764ed265460c3a79729a27ca8e3841390c.tar.gz
vyos-cloud-init-cbd1ca764ed265460c3a79729a27ca8e3841390c.zip
add 'omnibus' as an install type for chef.
Thanks to Anatoliy Dobrosynets
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/cloud-config-chef.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-chef.txt b/doc/examples/cloud-config-chef.txt
index f87472ec..4edad653 100644
--- a/doc/examples/cloud-config-chef.txt
+++ b/doc/examples/cloud-config-chef.txt
@@ -47,9 +47,13 @@ apt_sources:
chef:
- # Valid values are 'gems' and 'packages'
+ # Valid values are 'gems' and 'packages' and 'omnibus'
install_type: "packages"
+ # Boolean: run 'install_type' code even if chef-client
+ # appears already installed.
+ force_install: false
+
# Chef settings
server_url: "https://chef.yourorg.com:4000"
@@ -80,6 +84,9 @@ chef:
maxclients: 100
keepalive: "off"
+ # if install_type is 'omnibus', change the url to download
+ omnibus_url: "https://www.opscode.com/chef/install.sh"
+
# Capture all subprocess output into a logfile
# Useful for troubleshooting cloud-init issues