514c1a59ac727a60885a3b0bdb1a57eb395f504a
[packages/precise/mcollective.git] / etc / client.cfg.dist
1 topicprefix = /topic/
2 main_collective = mcollective
3 collectives = mcollective
4 libdir = /usr/libexec/mcollective
5 logger_type = console
6 loglevel = warn
7
8 # Plugins
9 securityprovider = psk
10 plugin.psk = unset
11
12 connector = activemq
13 plugin.activemq.pool.size = 1
14 plugin.activemq.pool.1.host = stomp1
15 plugin.activemq.pool.1.port = 6163
16 plugin.activemq.pool.1.user = mcollective
17 plugin.activemq.pool.1.password = marionette
18
19 # Facts
20 factsource = yaml
21 plugin.yaml = /etc/mcollective/facts.yaml
22