I've just upgraded the postgresql module to the 7.5.0 and I get an error on the nodes, like this:
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'sensitive' (file: /etc/puppetlabs/code/environments/production/modules/postgresql/manifests/server/role.pp, line: 89) on Postgresql_psql[CREATE ROLE confluence ENCRYPTED PASSWORD ****] (file: /etc/puppetlabs/code/environments/production/modules/postgresql/manifests/server/role.pp, line: 89) on node confluence-node
# puppet --version
6.25.1
The usage of the module is very simple:
postgresql::server::db { 'confluencedb':
user => 'confluence',
password => postgresql::postgresql_password('confluence', 'password'),
}
I tried to search about the issue but not found any useful solution... :(
Bye,
Gábor Auth