File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -168,13 +168,6 @@ Style/OptionalBooleanParameter:
168168 - ' lib/puppet/functions/postgresql/postgresql_password.rb'
169169 - ' lib/puppet/type/postgresql_psql.rb'
170170
171-
172- # Offense count: 2
173- # This cop supports safe autocorrection (--autocorrect).
174- Style/RedundantStringEscape :
175- Exclude :
176- - ' spec/acceptance/db_spec.rb'
177-
178171# Offense count: 1
179172# This cop supports safe autocorrection (--autocorrect).
180173# Configuration parameters: EnforcedStyle.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class { 'postgresql::server':
2323 idempotent_apply ( pp )
2424
2525 # Verify that the postgres password works
26- run_shell ( "echo 'localhost:*:*:postgres:\ ' space password\ ' ' > /root/.pgpass" )
26+ run_shell ( "echo 'localhost:*:*:postgres:'space password'' > /root/.pgpass" )
2727 run_shell ( 'chmod 600 /root/.pgpass' )
2828 run_shell ( "psql -U postgres -h localhost --command='\\ l'" )
2929
You can’t perform that action at this time.
0 commit comments