Skip to content

Commit

Permalink
fix #71 Database schema import always failed for PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Jan 2, 2023
1 parent be2bbe3 commit bb4c80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/database.pp
Expand Up @@ -33,7 +33,7 @@
if versioncmp($::facts['puppetversion'], '6.0.0') < 0 {
$_pass = $db_pass
} else {
$_pass = postgresql::postgresql_password($db_user, $db_pass, true, $postgresql::server::password_encryption)
$_pass = postgresql::postgresql_password($db_user, $db_pass, false, $postgresql::server::password_encryption)
}

if $tls {
Expand Down

0 comments on commit bb4c80d

Please sign in to comment.