We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e71e712 + 7d2ab4e commit bbe8f22Copy full SHA for bbe8f22
lib/puppet/provider/mysql_datadir/mysql.rb
@@ -6,7 +6,7 @@
6
initvars
7
8
# Make sure we find mysqld on CentOS and mysql_install_db on Gentoo
9
- ENV['PATH']=ENV['PATH'] + ':/usr/libexec:/usr/share/mysql/scripts'
+ ENV['PATH']=ENV['PATH'] + ':/usr/libexec:/usr/share/mysql/scripts:/opt/rh/mysql55/root/usr/bin:/opt/rh/mysql55/root/usr/libexec'
10
11
commands :mysqld => 'mysqld'
12
commands :mysql_install_db => 'mysql_install_db'
0 commit comments