Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
juasiepo opened this issue Sep 9, 2013 · 1 comment
Labels

Comments

@juasiepo
Copy link

juasiepo commented Sep 9, 2013

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

@h0tw1r3
Copy link
Contributor

h0tw1r3 commented May 1, 2024

Recently added workflow acceptance tests confirm this is no longer an issue.

@h0tw1r3 h0tw1r3 closed this as completed May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants