cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #00338
[Merge] lp:~racb/cloud-init/runcmd-doc-fix into lp:cloud-init
Robie Basak has proposed merging lp:~racb/cloud-init/runcmd-doc-fix into lp:cloud-init.
Commit message:
Documentation: fix name of "cloud-init-per" command
Requested reviews:
cloud init development team (cloud-init-dev)
For more details, see:
https://code.launchpad.net/~racb/cloud-init/runcmd-doc-fix/+merge/193356
Documentation: fix name of "cloud-init-per" command
--
https://code.launchpad.net/~racb/cloud-init/runcmd-doc-fix/+merge/193356
Your team cloud init development team is requested to review the proposed merge of lp:~racb/cloud-init/runcmd-doc-fix into lp:cloud-init.
=== modified file 'doc/examples/cloud-config.txt'
--- doc/examples/cloud-config.txt 2013-10-24 20:19:38 +0000
+++ doc/examples/cloud-config.txt 2013-10-31 00:04:58 +0000
@@ -276,7 +276,7 @@
# boothook, but possibly with more friendly.
# * bootcmd will run on every boot
# * the INSTANCE_ID variable will be set to the current instance id.
-# * you can use 'cloud-init-boot-per' command to help only run once
+# * you can use 'cloud-init-per' command to help only run once
bootcmd:
- echo 192.168.1.130 us.archive.ubuntu.com > /etc/hosts
- [ cloud-init-per, once, mymkfs, mkfs, /dev/vdb ]
Follow ups