We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b71eb3 + 1fe7a87 commit c3c4d32Copy full SHA for c3c4d32
manifests/config/afterservice.pp
@@ -38,7 +38,7 @@
38
# the password is correct (current), this command will exit with an exit code of 0,
39
# which will prevent the main command from running.
40
unless => "env PGPASSWORD=\"$postgres_password\" psql -h localhost -c 'select 1' > /dev/null",
41
- path => '/usr/bin:/usr/local/bin',
+ path => '/usr/bin:/usr/local/bin:/bin',
42
}
43
44
0 commit comments