Skip to content

Commit 7be6ef7

Browse files
hardcode scram method
1 parent bf6ce9d commit 7be6ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/overridden_settings_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class { 'postgresql::server':
2626
type => 'host',
2727
database => 'mydb',
2828
user => 'myuser',
29-
auth_method => $postgresql::server::password_encryption,
29+
auth_method => 'scram-sha-256',
3030
address => '192.0.2.100/32',
3131
},
3232
},

0 commit comments

Comments
 (0)