Merge pull request #466 from apenney/wel-now
As we're deleting /etc/my.cnf, lets not restart MySQL in the middle
This commit is contained in:
commit
0f8650610c
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ describe 'manage_config_file' do
|
||||||
class { 'mysql::server':
|
class { 'mysql::server':
|
||||||
config_file => '/etc/my.cnf',
|
config_file => '/etc/my.cnf',
|
||||||
manage_config_file => false,
|
manage_config_file => false,
|
||||||
|
restart => false,
|
||||||
}
|
}
|
||||||
EOS
|
EOS
|
||||||
# Make sure this doesn't exist so we can test if puppet
|
# Make sure this doesn't exist so we can test if puppet
|
||||||
|
|
Loading…
Reference in a new issue