X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=etc%2Fclient.cfg.dist;fp=etc%2Fclient.cfg.dist;h=514c1a59ac727a60885a3b0bdb1a57eb395f504a;hb=b87d2f4e68281062df1913440ca5753ae63314a9;hp=0000000000000000000000000000000000000000;hpb=ab0ea530b8ac956091f17b104ab2311336cfc250;p=packages%2Fprecise%2Fmcollective.git diff --git a/etc/client.cfg.dist b/etc/client.cfg.dist new file mode 100644 index 0000000..514c1a5 --- /dev/null +++ b/etc/client.cfg.dist @@ -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 +