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:
168
168
- ' lib/puppet/functions/postgresql/postgresql_password.rb'
169
169
- ' lib/puppet/type/postgresql_psql.rb'
170
170
171
-
172
- # Offense count: 2
173
- # This cop supports safe autocorrection (--autocorrect).
174
- Style/RedundantStringEscape :
175
- Exclude :
176
- - ' spec/acceptance/db_spec.rb'
177
-
178
171
# Offense count: 1
179
172
# This cop supports safe autocorrection (--autocorrect).
180
173
# Configuration parameters: EnforcedStyle.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class { 'postgresql::server':
23
23
idempotent_apply ( pp )
24
24
25
25
# 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" )
27
27
run_shell ( 'chmod 600 /root/.pgpass' )
28
28
run_shell ( "psql -U postgres -h localhost --command='\\ l'" )
29
29
You can’t perform that action at this time.
0 commit comments