-
Notifications
You must be signed in to change notification settings - Fork 231
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 and puppet postgres authentication method mismatch #394
Comments
Great to see this is being inveistigated. I setup a server from scratch so I don't interfere with our live systems. Cloned our code folder and change the hostname on the puppet master so it targets a different server. Anyhow I'm still seeing
in ENV.pp
In Hiera
As you can see for this change I've removed only the repo_* is our our own repo management module |
Just released 8.0.1, which bumps the postgres dependency #402 |
Fresh installation of puppet 7 with puppetdb and postgres backend caused a reoccurring puppet change to appear
/Stage[main]/Puppetdb::Database::Postgresql/Postgresql::Server::Db[puppetdb]/Postgresql::Server::Role[puppetdb]/Postgresql_psql[ALTER ROLE puppetdb ENCRYPTED PASSWORD ****]/command: changed [redacted] to [redacted]
Packages in use
With basic puppetdb config
and in hiera node definition
puppetdb::postgres_version: '15'
I think the issue is due to the following change made for postgres puppet module puppetlabs/puppetlabs-postgresql#1402
To fix I had to set in hiera
postgresql::server::password_encryption: 'md5'
puppetdb basic configuration in theory should be matching configuration or documentation at https://www.puppet.com/docs/puppetdb/7/configure_postgres should be considered updating.
The text was updated successfully, but these errors were encountered: