From 6ddbae50ca80770eaf47d8ad1df39ee4ffcd89c3 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 12 Aug 2010 13:29:58 -0400 Subject: doc/examples/cloud-config.txt: fix names in cloud_config_modules --- doc/examples/cloud-config.txt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index 4a26e048..5525099b 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -203,12 +203,15 @@ runcmd: # cc_.py # example: cloud_config_modules: - - [apt-update-upgrade, always] - - config-misc - - config-mounts - - config-puppet - - config-ssh + - mounts + - ssh-import-id + - ssh + - [ apt-update-upgrade, always ] + - puppet + - updates-check - disable-ec2-metadata + - runcmd + - byobu # ssh_import_id: [ user1, user2 ] # ssh_import_id will feed the list in that variable to -- cgit v1.2.3