mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Merge pull request #5461 from tobiasbp/patch-2
Update postgres_ident_conf.md
This commit is contained in:
commit
ae9159fcb8
1 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ where
|
|||
|
||||
`address` returns a an array of strings that matches the where condition of the filter table
|
||||
|
||||
describe pg_ident_conf.where { pg_username == 'name' } do
|
||||
describe postgres_ident_conf.where { pg_username == 'name' } do
|
||||
its('map_name') { should eq ['value'] }
|
||||
end
|
||||
|
||||
|
@ -55,7 +55,7 @@ where
|
|||
|
||||
`pg_username` returns a an array of strings that matches the where condition of the filter table
|
||||
|
||||
describe pg_ident_conf.where { pg_username == 'name' } do
|
||||
describe postgres_ident_conf.where { pg_username == 'name' } do
|
||||
its('pg_username') { should eq ['value'] }
|
||||
end
|
||||
|
||||
|
@ -63,7 +63,7 @@ where
|
|||
|
||||
`system_username` returns a an array of strings that matches the where condition of the filter table
|
||||
|
||||
describe pg_ident_conf.where { pg_username == 'name' } do
|
||||
describe postgres_ident_conf.where { pg_username == 'name' } do
|
||||
its('system_username') { should eq ['value'] }
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue