Skip to content

Commit cbe562b

Browse files
author
Ashley Penney
committed
As we're deleting /etc/my.cnf, lets not restart MySQL in the middle
of this and cause a terrible explosion.
1 parent 6271f71 commit cbe562b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/acceptance/mysql_server_config_spec.rb

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class { 'mysql::server':
2121
class { 'mysql::server':
2222
config_file => '/etc/my.cnf',
2323
manage_config_file => false,
24+
restart => false,
2425
}
2526
EOS
2627
# Make sure this doesn't exist so we can test if puppet

0 commit comments

Comments
 (0)