module-puppetdb/manifests
Nick Lewis 2f12a5d7c0 Make database_password an optional parameter
In some cases it may not be possible to securely specify a password for
PuppetDB. When that is true, it's impossible to use the module to manage
PuppetDB, because specifying undef for the password will cause database
validation to fail, or for the setting in database.ini to be overridden.

This change will simply check that database_password is set, and will
skip validation and changing database.ini in the case where it is not.
2013-08-12 14:53:02 -07:00
..
database Separate DB instance and DB user creation 2013-05-07 18:28:23 +02:00
master Style guideline fixes 2013-06-04 14:19:53 +02:00
server Make database_password an optional parameter 2013-08-12 14:53:02 -07:00
init.pp Style guideline fixes 2013-06-04 14:19:53 +02:00
params.pp Minor tweaks to make the module support SUSE 2013-07-09 13:15:29 -07:00
server.pp Style guideline fixes 2013-06-04 14:19:53 +02:00