diff options
author | Mike Moulton <mike@meltmedia.com> | 2011-09-13 00:38:37 +0000 |
---|---|---|
committer | Mike Moulton <mike@meltmedia.com> | 2011-09-13 00:38:37 +0000 |
commit | 2e6b44be4a2c352a49910c437a830c27b0ad131c (patch) | |
tree | 42fc9d241f10393ba36bde182e7c465b78feb26a /doc/examples/cloud-config-chef.txt | |
parent | 1ef5047ac957afc33113e9a4417e22489ddea084 (diff) | |
download | vyos-cloud-init-2e6b44be4a2c352a49910c437a830c27b0ad131c.tar.gz vyos-cloud-init-2e6b44be4a2c352a49910c437a830c27b0ad131c.zip |
Bringing in proper json support for firstboot.json from lp:~avishai-ish-shalom/cloud-init/chef
Bringing in 'initial_properties' support from lp:~avishai-ish-shalom/cloud-init/chef
Diffstat (limited to 'doc/examples/cloud-config-chef.txt')
-rw-r--r-- | doc/examples/cloud-config-chef.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/examples/cloud-config-chef.txt b/doc/examples/cloud-config-chef.txt index a1dda4f1..cbaa3467 100644 --- a/doc/examples/cloud-config-chef.txt +++ b/doc/examples/cloud-config-chef.txt @@ -35,3 +35,10 @@ chef: run_list: - "recipe[apache2]" - "role[db]" + + # Specify a list of initial attributes used by the cookbooks + initial_attributes: + apache: + prefork: + maxclients: 100 + keepalive: "off" |