Skip to content

Instantly share code, notes, and snippets.

@glarizza
Created November 19, 2010 21:21
Show Gist options
  • Save glarizza/707200 to your computer and use it in GitHub Desktop.
Save glarizza/707200 to your computer and use it in GitHub Desktop.
# main config
topicprefix = /topic/mcollective
libdir = /Library/Ruby/Site/1.8/mcollective
logfile = /var/log/mcollective.log
daemonize = 1
keeplogs = 1
max_log_size = 10240
loglevel = debug
identity = fqdn
registerinterval = 300
# connector plugin config
connector = stomp
plugin.stomp.host = testing.huronhs.com
plugin.stomp.port = 6163
plugin.stomp.user = mcollective
plugin.stomp.password = password
# facts
factsource = yaml
plugin.yaml = /etc/mcollective/facts.yaml
# security plugin config
securityprovider = psk
plugin.psk = abcdefghj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment