mysql::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 9bb68c42a0
commit 406f3ba6f7
1 changed files with 1 additions and 1 deletions

View File

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