Skip to content

Commit 6271f71

Browse files
author
Ashley Penney
committed
Fix the case of this, ARGH.
1 parent 50798f3 commit 6271f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/mysql_server_root_password_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class { 'mysql::server': service_enabled => false }
1717

1818
it 'deletes all databases' do
1919
case fact('osfamily')
20-
when 'RedHat', 'SuSE'
20+
when 'RedHat', 'Suse'
2121
shell('rm -rf `grep datadir /etc/my.cnf | cut -d" " -f 3`/*')
2222
when 'Debian'
2323
shell('rm -rf `grep datadir /etc/mysql/my.cnf | cut -d" " -f 3`/*')

0 commit comments

Comments
 (0)