Merge pull request #60 from geogdog/patch-1
I noticed the following message whilst provisioning using this module:
This commit is contained in:
commit
e6b45ebfae
1 changed files with 2 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue