We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55faf08 commit 8bc7badCopy full SHA for 8bc7bad
manifests/server/role.pp
@@ -142,7 +142,7 @@
142
$_hash = if $hash {
143
$hash
144
} elsif $connect_settings != undef and 'DBVERSION' in $connect_settings {
145
- if (versioncmp($version, '14') >= 0) { 'scram-sha-256' } else { undef }
+ versioncmp($version, '14') ? { -1 => 'md5', default => 'scram-sha-256' }
146
} else {
147
$postgresql::server::password_encryption
148
}
0 commit comments