example42 / psick

Puppet Systems Infrastructure Construction Kit: The control-repo

Home Page:http://www.example42.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mysql::grant

boianmihailov opened this issue · comments

in grant.pp
exec {} needs path => ["/usr/bin", "/usr/sbin"]

otherwise i am getting error and user is not created in mysql as expected

sorry i read the closed issues after i posted this one.
maybe for new user you can add direction to add Exec { path => "/bin:/sbin:/usr/bin:/usr/sbin" } in init