mcollective-plugins icon indicating copy to clipboard operation
mcollective-plugins copied to clipboard

Adding support for a remote database

Open aleveille opened this issue 10 years ago • 2 comments

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

aleveille avatar Jan 07 '15 16:01 aleveille

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

puppetcla avatar Jan 07 '15 20:01 puppetcla

CLA signed by all contributors.

puppetcla avatar Jan 07 '15 21:01 puppetcla