This was due to the default `node-ttl` and `node-purge-ttl` settings not having a time suffix by default. These settings required 's', 'm', 'd' etc. to be suffixed, even if they are zero.
#### Changes
* (Ken Barber) Add 's' suffix to period settings to avoid exceptions in PuppetDB
------------------------------------------
#### 1.2.0 - 2013/04/05
This release is primarily about providing full configuration file support in the module for PuppetDB 1.2.0. (The alignment of version is a coincidence I assure you :-).
This feature release adds the following new configuration parameters to the main `puppetdb` class:
* node_ttl
* node_purge_ttl (available in >=1.2.0)
* report_ttl
Consult the README for futher details about these new configurable items.
##### Changes
* (Nick Lewis) Add params and ini settings for node/purge/report ttls and document them
------------------------------------------
1.1.5
=====
2013-02-13 - Karel Brezina
* Fix database creation so database_username, database_password and
database_name are correctly passed during database creation.
2013-01-29 - Lauren Rother
* Change README to conform to new style and various other README improvements
2013-01-17 - Chris Price
* Improve documentation in init.pp
------------------------------------------
1.1.4
=====
This is a bugfix release, mostly around fixing backward-compatibility for the
deprecated `manage_redhat_firewall` parameter. It wasn't actually entirely
backwards-compatible in the 1.1.3 release.
2013-01-17 - Chris Price <chris@puppetlabs.com>
* Fix backward compatibility of `manage_redhat_firewall` parameter (de20b44)
2013-01-16 - Chris Price <chris@puppetlabs.com>
* Fix deprecation warnings around manage_redhat_firewall (448f8bc)
------------------------------------------
1.1.3
=====
This is mostly a maintenance release, to update the module dependencies to newer
versions in preparation for some new features. This release does include some nice
additions around the ability to set the listen address for the HTTP port on Jetty
and manage the firewall for that port. Thanks very much to Drew Blessing for those
submissions!
2013-01-15 - Chris Price <chris@puppetlabs.com>
* Update Modulefile for 1.1.3 release (updates dependencies
on postgres and inifile modules to the latest versions) (76bfd9e)