mcollective-plugins
mcollective-plugins copied to clipboard
Adding support for a remote database
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 = nodes plugin.registration.criticalage = 3600
Waiting for CLA signature by @aleveille
@aleveille - We require a Contributor License Agreement (CLA) for people who contribute to Puppet, but we have an easy click-through license with instructions, which is available at https://cla.puppetlabs.com/
Note: if your contribution is trivial and you think it may be exempt from the CLA, please post a short reply to this comment with details. http://docs.puppetlabs.com/community/trivial_patch_exemption.html
CLA signed by all contributors.