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

Puppetdb module always trigger a change event even when postgress was installed and configured successfully in previous iterations

Open juasiepo opened this issue 12 years ago • 0 comments

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': } }

juasiepo avatar Sep 09 '13 11:09 juasiepo