Merge pull request #60 from geogdog/patch-1

I noticed the following message whilst provisioning using this module:
This commit is contained in:
Michael Stahnke 2012-04-29 15:24:33 -07:00
commit e6b45ebfae

View file

@ -75,7 +75,8 @@ class mysql::config(
logoutput => true,
unless => "mysqladmin -u root -p${root_password} status > /dev/null",
path => '/usr/local/sbin:/usr/bin',
notify => Exec['mysqld-restart']
notify => Exec['mysqld-restart'],
require => File['/etc/mysql/conf.d'],
}
file { '/root/.my.cnf':