Postgresql module - no parameter named 'sensitive'

25 views
Skip to first unread message

Gábor Auth

unread,
Jan 12, 2022, 11:59:58 AM1/12/22
to Puppet Users
Hi,

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

Reply all
Reply to author
Forward
0 new messages