Updated mcollective.init according to OSCI-658
[packages/precise/mcollective.git] / etc / client.cfg.dist
diff --git a/etc/client.cfg.dist b/etc/client.cfg.dist
new file mode 100644 (file)
index 0000000..514c1a5
--- /dev/null
@@ -0,0 +1,22 @@
+topicprefix = /topic/
+main_collective = mcollective
+collectives = mcollective
+libdir = /usr/libexec/mcollective
+logger_type = console
+loglevel = warn
+
+# Plugins
+securityprovider = psk
+plugin.psk = unset
+
+connector = activemq
+plugin.activemq.pool.size = 1
+plugin.activemq.pool.1.host = stomp1
+plugin.activemq.pool.1.port = 6163
+plugin.activemq.pool.1.user = mcollective
+plugin.activemq.pool.1.password = marionette
+
+# Facts
+factsource = yaml
+plugin.yaml = /etc/mcollective/facts.yaml
+