mcollective-plugins
mcollective-plugins copied to clipboard
Marionette Collective Plugins
Submission for supporting node registration to a remote database. server.cfg properties are straightforward: plugin.registration.mongohost = host.mongodb.com plugin.registration.mongoport = 27017 plugin.registration.mongodb = puppet plugin.registration.mongouser = mcollective-client plugin.registration.mongopass = password plugin.registration.collection =...
This is for issue http://projects.puppetlabs.com/issues/15192, to support both noop and no-noop modes.
The puppetca command is deprecated in puppet 2.7 and removed in 3.0. Update the binary invoked by the agent.
Heya
I added an --enviroment/-e switch to the puppetd plugin that allows me to specify the environment to pass to the agent on invocation. I couldn't get the specs to run,...
The new plugin allows you to change environment or server in the agent config. In our case this is often needed because environments disapear as they are promoted to the...
Changed to unless syntax per Volcane
R.I. (and anyone else interested): I'm not sure if you'll want to actually merge this or not, but it demonstrates how to make the puppetral agent code and specs compatible...