We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb0b0a6 + 41e4753 commit f8ef652Copy full SHA for f8ef652
lib/puppet/provider/mysql_datadir/mysql.rb
@@ -5,8 +5,8 @@
5
6
initvars
7
8
- # Make sure we find mysqld on CentOS
9
- 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'
10
11
commands :mysqld => 'mysqld'
12
commands :mysql_install_db => 'mysql_install_db'
0 commit comments