Skip to content

Commit 3325703

Browse files
authored
Merge pull request #1332 from bastelfreak/validator
README.md: correct postgresql_conn_validator example
2 parents 9eb344f + da169b9 commit 3325703

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,9 @@ postgresql_conn_validator { 'validate my postgres connection':
321321
db_username => 'mydbuser',
322322
db_password => 'mydbpassword',
323323
db_name => 'mydbname',
324-
}->
325-
exec { 'rake db:migrate':
324+
psql_path => '/usr/bin/psql',
325+
}
326+
-> exec { 'rake db:migrate':
326327
cwd => '/opt/myrubyapp',
327328
}
328329
```

0 commit comments

Comments
 (0)