puppetlabs-puppetdb icon indicating copy to clipboard operation
puppetlabs-puppetdb copied to clipboard

A puppet module for installing and managing puppetdb

Results 56 puppetlabs-puppetdb issues
Sort by recently updated
recently updated
newest added

There doesn't seem to be a way to specify the path to the SSL certificate, key or CA. In the mean time, I've made this :tada: (many thanks to @insertjokehere...

I want to be able to set the following JVM options: ``` -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintTenuringDistribution ``` When I tried using ``` $java_args = {'-Xmx' => '11g', '-Xmn' => '2g', '-XX:TargetSurvivorRatio'...

needs-feedback

The following can be seen on my puppet dashboard logs: " Exec[validate postgres connection for localhost/puppetdb](/etc/puppet/modules/postgresql/manifests/validate_db_connection.pp:82) Property Message returns executed successfully " This creates a change event in every puppet...

bugfix

Puppet-lint is failing with a lot of errors and warnings. ``` bash $ puppet-lint --with-filename --no-80chars-check modules/puppetdbmodules/puppetdb /manifests/database/postgresql.pp - WARNING: class inheriting from params class on line 47 modules/puppetdb/manifests/database/postgresql_db.pp -...

bugfix

(moved from redmine - https://projects.puppetlabs.com/issues/18818) If I’m reading it right, the init settings file (like /etc/sysconfig/puppetdb on Redhat) is the only way to modify the Java args for PuppetDB. So,...

feature

This causes duplicate defined resource error if you're using another module to manage that resource and the ordering doesn't work out just right. If the service is required for this...

bugfix

Using the puppetdb module on a PE-2.7.0 node causes the following error: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate declaration: Service[pe-httpd] is already declared...

bugfix

While working on #54 I found that specifically on Ubuntu 12.04 that the second run after PuppetDB is installed and running is convinced the service is not running, and tries...

bugfix

The default location for the embedded database defaults to /usr/share/puppetdb/db/db This is the worst place to put this and it violates the LSB and FHS and most sensible defaults for...

bugfix

I'm trying to create a Puppet manifest that will install the puppetmaster package/service and PuppetDB for me at the same time. It seems this is not possible because of a...

bugfix