18 lines
No EOL
383 B
INI
18 lines
No EOL
383 B
INI
topicprefix = /topic/
|
|
main_collective = mcollective
|
|
collectives = mcollective
|
|
libdir = /usr/libexec/mcollective
|
|
loglevel = debug
|
|
logfile = /var/log/mcollective-client.log
|
|
|
|
# Plugins
|
|
securityprovider = psk
|
|
plugin.psk = unset
|
|
connector = qpid
|
|
plugin.qpid.host=127.0.0.1
|
|
plugin.qpid.secure=false
|
|
plugin.qpid.timeout=5
|
|
|
|
# Facts
|
|
factsource = yaml
|
|
plugin.yaml = /etc/mcollective/facts.yaml |