diff options
author | Lorin Hochstein <lorin@nimbisservices.com> | 2012-01-20 15:10:28 -0500 |
---|---|---|
committer | Lorin Hochstein <lorin@nimbisservices.com> | 2012-01-20 15:10:28 -0500 |
commit | 0ecc5ff5ce53c30c37d660659f5efc5b3456857a (patch) | |
tree | caf1fce6d9ef67954f565e6d31a9a50ce0390fdd /doc | |
parent | 7292e8aabf196492d391e73db8bd7346d11b0e63 (diff) | |
download | vyos-cloud-init-0ecc5ff5ce53c30c37d660659f5efc5b3456857a.tar.gz vyos-cloud-init-0ecc5ff5ce53c30c37d660659f5efc5b3456857a.zip |
Corrected comment: puppet -> chef
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config-chef.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-chef.txt b/doc/examples/cloud-config-chef.txt index cbaa3467..e9372144 100644 --- a/doc/examples/cloud-config-chef.txt +++ b/doc/examples/cloud-config-chef.txt @@ -1,6 +1,6 @@ #cloud-config # -# This is an example file to automatically setup and run puppetd +# This is an example file to automatically setup chef and run a list of recipes # when the instance boots for the first time. # Make sure that this file is valid yaml before starting instances. # It should be passed as user-data when starting the instance. |