Issue #9452 has been reported by Michael Stahnke. ---------------------------------------- Bug #9452: Better configuration out of box in server.cfg and client.cfg https://projects.puppetlabs.com/issues/9452
Author: Michael Stahnke Status: Unreviewed Priority: Normal Assignee: Category: Packaging Target version: Keywords: Branch: Affected mCollective version: When I recently packaged up mcollective for yum.puppetlabs.com, I updated the client.cfg and server.cfg to work with the activemq we ship. The basic differences are below. This allows "mco ping" to work on the host where activemq is installed without touching anything in the /etc/mcollective directory structure. Obviously if you have several nodes you need to change localhost to something useful. <pre> --- client.cfg.dist 2011-05-18 21:36:50.000000000 -0700 +++ /home/stahnma/rpmbuild/SOURCES/client.cfg 2011-09-03 13:56:27.000000000 -0700 @@ -10,10 +10,10 @@ plugin.psk = unset connector = stomp -plugin.stomp.host = stomp.example.com -plugin.stomp.port = 6163 +plugin.stomp.host = localhost +plugin.stomp.port = 61613 plugin.stomp.user = mcollective -plugin.stomp.password = marionette +plugin.stomp.password = secret # Facts factsource = yaml </pre> <pre> --- server.cfg.dist 2011-05-18 21:36:50.000000000 -0700 +++ /home/stahnma/rpmbuild/SOURCES/server.cfg 2011-09-03 13:56:41.000000000 -0700 @@ -11,10 +11,10 @@ plugin.psk = unset connector = stomp -plugin.stomp.host = stomp.example.com -plugin.stomp.port = 6163 +plugin.stomp.host = localhost +plugin.stomp.port = 61613 plugin.stomp.user = mcollective -plugin.stomp.password = marionette +plugin.stomp.password = secret # Facts factsource = yaml </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
