We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2603411 + e52a669 commit 9801483Copy full SHA for 9801483
lib/puppet/provider/mysql.rb
@@ -3,8 +3,8 @@ class Puppet::Provider::Mysql < Puppet::Provider
3
# Without initvars commands won't work.
4
initvars
5
6
- # Make sure we find mysqld on CentOS
7
- ENV['PATH']=ENV['PATH'] + ':/usr/libexec'
+ # Make sure we find mysql commands on CentOS and FreeBSD
+ ENV['PATH']=ENV['PATH'] + ':/usr/libexec:/usr/local/libexec:/usr/local/bin'
8
9
commands :mysql => 'mysql'
10
commands :mysqld => 'mysqld'
0 commit comments