Merge pull request #838 from glorpen/scripts
Support mysql_install_db script on Gentoo
This commit is contained in:
commit
f8ef652e2d
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ Puppet::Type.type(:mysql_datadir).provide(:mysql, :parent => Puppet::Provider::M
|
|||
|
||||
initvars
|
||||
|
||||
# Make sure we find mysqld on CentOS
|
||||
ENV['PATH']=ENV['PATH'] + ':/usr/libexec'
|
||||
# Make sure we find mysqld on CentOS and mysql_install_db on Gentoo
|
||||
ENV['PATH']=ENV['PATH'] + ':/usr/libexec:/usr/share/mysql/scripts'
|
||||
|
||||
commands :mysqld => 'mysqld'
|
||||
commands :mysql_install_db => 'mysql_install_db'
|
||||
|
|
Loading…
Reference in a new issue