diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-08-12 13:29:58 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-08-12 13:29:58 -0400 |
commit | 6ddbae50ca80770eaf47d8ad1df39ee4ffcd89c3 (patch) | |
tree | b145256781eb14cdc8ad67cc750a115efeb498aa /doc | |
parent | c7dab87ab9f34195d379ebbe774c9519465d2d3d (diff) | |
download | vyos-cloud-init-6ddbae50ca80770eaf47d8ad1df39ee4ffcd89c3.tar.gz vyos-cloud-init-6ddbae50ca80770eaf47d8ad1df39ee4ffcd89c3.zip |
doc/examples/cloud-config.txt: fix names in cloud_config_modules
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config.txt | 13 |
1 files 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_<name>.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 |