A new release of the puppetlabs/puppetdb module is now available on the Forge: http://forge.puppetlabs.com/puppetlabs/puppetdb/1.2.1 This is a bugfix releases that solves the PuppetDB startup exception: java.lang.AssertionError: Assert failed: (string? s) 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 ------------ * (Dominic Cleal) Add unit suffix to TTL settings to avoid issue #20099 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-dev+unsubscribe@googlegroups.com. To post to this group, send email to puppet-dev@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-dev?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Felipe Salum
2013-Apr-08 18:16 UTC
[Puppet Users] Re: Announce: Module puppetalbs/puppetdb 1.2.1 Available
Ken, Looks like the new parameters (report_ttl, node_ttl, node_purge_ttl) are not working. It is not being sent by the puppetdb::server class to the database_ini class. Neither from the puppetdb main class to the puppetdb::server class. It is also not being used in database_ini as it is set to use only the values coming from the params. I sent a pull request to fix it https://github.com/puppetlabs/puppetlabs-puppetdb/pull/49 Let me know if that helps. Thanks, Felipe On Monday, April 8, 2013 10:21:12 AM UTC-7, Ken Barber wrote:> > A new release of the puppetlabs/puppetdb module is now available on the > Forge: > > http://forge.puppetlabs.com/puppetlabs/puppetdb/1.2.1 > > This is a bugfix releases that solves the PuppetDB startup exception: > > java.lang.AssertionError: Assert failed: (string? s) > > 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 > ------------ > > * (Dominic Cleal) Add unit suffix to TTL settings to avoid issue #20099 >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.