Fix the case of this, ARGH.

This commit is contained in:
Ashley Penney 2014-02-25 01:18:45 +00:00
parent 50798f3255
commit 6271f71aa8

View file

@ -17,7 +17,7 @@ describe 'mysql::server::root_password class' do
it 'deletes all databases' do
case fact('osfamily')
when 'RedHat', 'SuSE'
when 'RedHat', 'Suse'
shell('rm -rf `grep datadir /etc/my.cnf | cut -d" " -f 3`/*')
when 'Debian'
shell('rm -rf `grep datadir /etc/mysql/my.cnf | cut -d" " -f 3`/*')