We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50798f3 commit 6271f71Copy full SHA for 6271f71
spec/acceptance/mysql_server_root_password_spec.rb
@@ -17,7 +17,7 @@ class { 'mysql::server': service_enabled => false }
17
18
it 'deletes all databases' do
19
case fact('osfamily')
20
- when 'RedHat', 'SuSE'
+ when 'RedHat', 'Suse'
21
shell('rm -rf `grep datadir /etc/my.cnf | cut -d" " -f 3`/*')
22
when 'Debian'
23
shell('rm -rf `grep datadir /etc/mysql/my.cnf | cut -d" " -f 3`/*')
0 commit comments