mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Update postgres.rb (#2248)
Signed-off-by: Sebastian Gumprich <github@gumpri.ch>
This commit is contained in:
parent
0652112129
commit
9f9715b90b
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ module Inspec::Resources
|
|||
if data_dir_loc.nil?
|
||||
warn 'Unable to find the PostgreSQL data_dir in expected location(s), please
|
||||
execute "psql -t -A -p <port> -h <host> -c "show hba_file";" as the PostgreSQL
|
||||
DBA to find the non-starndard data_dir location.'
|
||||
DBA to find the non-standard data_dir location.'
|
||||
end
|
||||
data_dir_loc
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue