Saltstack Official Galera Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- describe file('/etc/xinetd.d/mysql_clustercheck.conf') do
- it('should exist')
- its('content') { should match /clustercheck clustercheck password 1 1/ }
- end
-
- describe file('/usr/local/bin/mysql_clustercheck') do
- it('should exist')
- end
|