module-puppetdb/spec
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
..
acceptance Convert tests to beaker. 2014-02-03 16:43:01 +00:00
unit Enable the module to manage entries in $confdir/config.ini, in the 2015-04-22 06:19:35 +02:00
spec_helper.rb Auto enable strict_variables for unit tests when puppet > 3.5 2014-06-19 11:51:00 +02:00
spec_helper_acceptance.rb (maint) Prune dead PE code 2014-12-05 14:05:50 -08:00