From d8c2837f8c0098d7fa5e05ea441531ec0191a409 Mon Sep 17 00:00:00 2001 From: Marc Cluet Date: Sun, 20 Feb 2011 13:45:12 +0000 Subject: Changes to mcollective module, added docs --- doc/examples/cloud-config-mcollective.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/examples/cloud-config-mcollective.txt (limited to 'doc/examples/cloud-config-mcollective.txt') diff --git a/doc/examples/cloud-config-mcollective.txt b/doc/examples/cloud-config-mcollective.txt new file mode 100644 index 00000000..ca7ba03e --- /dev/null +++ b/doc/examples/cloud-config-mcollective.txt @@ -0,0 +1,15 @@ +#cloud-config +# +# This is an example file to automatically setup and run mcollective +# when the instance boots for the first time. +# Make sure that this file is valid yaml before starting instances. +# It should be passed as user-data when starting the instance. +mcollective: + # Every key present in the conf object will be added to server.cfg: + # key: value + # + # For example the configuration below will have the following key + # added to server.cfg: + # plugin.stomp.host: dbhost + conf: + plugin.stomp.host: dbhost -- cgit v1.2.3