~ubuntu-branches/ubuntu/maverick/cloud-init/maverick-proposed

« back to all changes in this revision

Viewing changes to doc/examples/cloud-config.txt

  • Committer: Package Import Robot
  • Author(s): Scott Moser
  • Date: 2010-08-12 14:45:28 UTC
  • mfrom: (13.2.36 maverick)
  • Revision ID: package-import@ubuntu.com-20100812144528-s8dmx7xxfg9svg87
Tags: 0.5.14-0ubuntu1
* New upstream release.
 - support for reading metadata and userdata from filesystem
 - support for boot without metadata at all

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
# cc_<name>.py
204
204
# example:
205
205
cloud_config_modules:
206
 
 - [apt-update-upgrade, always]
207
 
 - config-misc
208
 
 - config-mounts
209
 
 - config-puppet
210
 
 - config-ssh
 
206
 - mounts
 
207
 - ssh-import-id
 
208
 - ssh
 
209
 - [ apt-update-upgrade, always ]
 
210
 - puppet
 
211
 - updates-check
211
212
 - disable-ec2-metadata
 
213
 - runcmd
 
214
 - byobu
212
215
 
213
216
# ssh_import_id: [ user1, user2 ]
214
217
# ssh_import_id will feed the list in that variable to
237
240
#   'system' will enable launch-by-default for for all users
238
241
byobu_by_default: system
239
242
 
 
243
# disable ssh access as root.
 
244
# if you want to be able to ssh in to the system as the root user
 
245
# rather than as the 'ubuntu' user, then you must set this to false
 
246
# default: true
 
247
disable_root: false