diff options
Diffstat (limited to 'doc/examples/cloud-config.txt')
-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 |