Skip to content

Commit

Permalink
As we're deleting /etc/my.cnf, lets not restart MySQL in the middle
Browse files Browse the repository at this point in the history
of this and cause a terrible explosion.
  • Loading branch information
Ashley Penney committed Feb 25, 2014
1 parent 6271f71 commit cbe562b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/acceptance/mysql_server_config_spec.rb
Expand Up @@ -21,6 +21,7 @@ class { 'mysql::server':
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
Expand Down

0 comments on commit cbe562b

Please sign in to comment.