Skip to content

Commit

Permalink
replace deprecated postgresql_password func with postgresql::postgres…
Browse files Browse the repository at this point in the history
…ql_password
  • Loading branch information
saz committed Jan 14, 2025
1 parent c169c25 commit 93c53c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/postgres.pp
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
if $manage_dbuser {
postgresql::server::role { $barman_dbuser:
login => true,
password_hash => postgresql_password($barman_dbuser, $real_password),
password_hash => postgresql::postgresql_password($barman_dbuser, $real_password),
superuser => true,
}
}
Expand Down

0 comments on commit 93c53c7

Please sign in to comment.