File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 227
227
it { is_expected . to raise_error ( error ) }
228
228
else
229
229
let ( :identity_map_key ) { "#{ with [ :database_name ] } -#{ with [ :database_username ] } -map" }
230
- let ( :client_cert ) { ( with [ :postgres_version ] . to_f >= 12.0 ) ? 'verify-full' : '1 ' }
230
+ let ( :client_cert ) { 'verify-full' }
231
231
232
232
it { is_expected . to contain_puppetdb__database__postgresql_ssl_rules ( name ) . with ( with ) }
233
233
Original file line number Diff line number Diff line change 94
94
{
95
95
read_database_username : params [ :read_database_username ] ,
96
96
database_name : params [ :database_name ] ,
97
- password_hash : 'md588e898a4bade3fe1c9b96f650ec85900 ' , # TODO: mock properly
97
+ password_hash : 'SCRAM-SHA-256$4096:cHVwcGV0ZGItcmVhZA==$qJ2Yyu4715ht/e8AFkvuzM8DdHyU2fTz9/slcH8r8j8=:VpRBz0fk+87tv1NlNHoR7Z2RyTVJJO42EtgQmKFlyPE= ' , # TODO: mock properly
98
98
database_owner : params [ :database_username ] ,
99
99
}
100
100
end
You can’t perform that action at this time.
0 commit comments