module-puppetdb/manifests/server
Sebastian Reitenbach 72e1924b11 Enable the module to manage entries in $confdir/config.ini, in the
command-processing section.

Added new class server/config_ini.pp to manage contents of the config.ini.
Three new parameters added:
  * command_threads
  * store_usage
  * temp_usage

All three default to 'undef'. This makes sure (potential) custom settings
done to that file with regard to above three variables are 'absent',
and let PuppetDB built-in defaults take care.

Documentation to the README.md added, as well as unit tests.

My use-case was, that I have on some nodes a too small /var partition,
so I had to lower the values of store-usage and temp-usage in the config.ini
manually.
2015-04-22 06:19:35 +02:00
..
config_ini.pp Enable the module to manage entries in $confdir/config.ini, in the 2015-04-22 06:19:35 +02:00
database_ini.pp Make database validation optional 2015-01-12 16:37:21 +00:00
firewall.pp Cleanups, missing doc items and new test_url capability 2014-10-07 15:06:54 +01:00
jetty_ini.pp Add ability to specify SSL protocols. 2014-10-29 19:29:15 -04:00
read_database_ini.pp Make database validation optional 2015-01-12 16:37:21 +00:00
validate_db.pp Cleanups, missing doc items and new test_url capability 2014-10-07 15:06:54 +01:00
validate_read_db.pp Cleanups, missing doc items and new test_url capability 2014-10-07 15:06:54 +01:00