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.

9 lines
244B

  1. describe file('/etc/xinetd.d/mysql_clustercheck.conf') do
  2. it('should exist')
  3. its('content') { should match /clustercheck clustercheck password 1 1/ }
  4. end
  5. describe file('/usr/local/bin/mysql_clustercheck') do
  6. it('should exist')
  7. end