~ubuntu-branches/ubuntu/natty/cloud-init/natty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Scott Moser
  • Date: 2011-03-04 21:17:21 UTC
  • Revision ID: package-import@ubuntu.com-20110304211721-yrbpgdo3wlsfn2xa
* catch up to trunk cloud-init (rev 385).
* attempt to install packages on failed apt-get update (LP: #728167)
* enabled timezone and mcollective cloud-config plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#cloud-config
 
2
#
 
3
# This is an example file to automatically setup and run mcollective
 
4
# when the instance boots for the first time.
 
5
# Make sure that this file is valid yaml before starting instances.
 
6
# It should be passed as user-data when starting the instance.
 
7
mcollective:
 
8
 # Every key present in the conf object will be added to server.cfg:
 
9
 # key: value
 
10
 #
 
11
 # For example the configuration below will have the following key
 
12
 # added to server.cfg:
 
13
 # plugin.stomp.host: dbhost
 
14
 conf:
 
15
   plugin.stomp.host: dbhost