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 2150919 commit b98b5e9Copy full SHA for b98b5e9
controls/postgres_spec.rb
@@ -243,7 +243,7 @@
243
impact 1.0
244
title 'Require peer auth_method for local users'
245
desc 'Require peer auth_method for local users.'
246
- describe postgres_hba_conf(POSTGRES_HBA_CONF_FILE).where { type eq 'local' } do
+ describe postgres_hba_conf(POSTGRES_HBA_CONF_FILE).where { type == 'local' } do
247
its('auth_method') { should all eq 'peer' }
248
end
249
0 commit comments