From 2e6b44be4a2c352a49910c437a830c27b0ad131c Mon Sep 17 00:00:00 2001 From: Mike Moulton Date: Tue, 13 Sep 2011 00:38:37 +0000 Subject: 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 --- doc/examples/cloud-config-chef.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/examples') 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" -- cgit v1.2.3