summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-01-20 20:02:17 -0500
committerScott Moser <smoser@ubuntu.com>2012-01-20 20:02:17 -0500
commita204d0e5005aae356207537472d889b58ec04c2f (patch)
tree5ec1594ceb9794bca1562aa6ff7e25a6e9718718 /doc
parent3e323d8ee067c418c592ebd5e3a6271d18422296 (diff)
parent0ecc5ff5ce53c30c37d660659f5efc5b3456857a (diff)
downloadvyos-cloud-init-a204d0e5005aae356207537472d889b58ec04c2f.tar.gz
vyos-cloud-init-a204d0e5005aae356207537472d889b58ec04c2f.zip
comment fix to cloud-config-chef.txt [Lorin Hochstein]
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/cloud-config-chef.txt2
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.