Skip to content

Commit c3c4d32

Browse files
committed
Merge pull request puppetlabs#19 from jarib/fix-path-for-cat
Fix path for `/bin/cat`
2 parents 7b71eb3 + 1fe7a87 commit c3c4d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/config/afterservice.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# the password is correct (current), this command will exit with an exit code of 0,
3939
# which will prevent the main command from running.
4040
unless => "env PGPASSWORD=\"$postgres_password\" psql -h localhost -c 'select 1' > /dev/null",
41-
path => '/usr/bin:/usr/local/bin',
41+
path => '/usr/bin:/usr/local/bin:/bin',
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)