puppetlabs-puppetdb
puppetlabs-puppetdb copied to clipboard
Puppetdb module always trigger a change event even when postgress was installed and configured successfully in previous iterations
The following can be seen on my puppet dashboard logs: " Execvalidate postgres connection for localhost/puppetdb Property Message returns executed successfully " This creates a change event in every puppet agent run, so the puppet dashboard will always be blue (instead of green) for the afected node.
Here you are the nodes.pp node 'puppetdb.example.com' inherits default { class { 'puppetdb': } class { 'puppetdb::master::config': } }