pgsql::database::populate: Exec: add '/bin' to `path'

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-10 10:20:22 +02:00
parent 406f3ba6f7
commit 930416b0dc
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
define pgsql::database::populate ($username, $password, $schemafile) {
include grep
Exec { path => '/usr/bin' }
Exec { path => '/bin:/usr/bin' }
pgsql::database::create { $name:
username => $username,