We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e303e36 commit 353c19dCopy full SHA for 353c19d
spec/system/mysql_server_root_password_spec.rb
@@ -19,7 +19,7 @@ class { 'mysql::server': service_enabled => false }
19
20
it 'deletes all databases' do
21
case node.facts['osfamily']
22
- when 'Redhat'
+ when 'RedHat'
23
shell('rm -rf `grep datadir /etc/my.cnf | cut -d" " -f 3`/*')
24
when 'Debian'
25
shell('rm -rf `grep datadir /etc/mysql/my.cnf | cut -d" " -f 3`/*')
0 commit comments