Puppet Class: mdadm::config
- Defined in:
 - manifests/config.pp
 
Overview
Class mdadm::config
This class is called from mdadm
        5 6 7 8 9 10 11 12  | 
      
        # File 'manifests/config.pp', line 5
class mdadm::config {
  if ($mdadm::include_cron) {
    file { '/etc/cron.d/mdadm' :
      ensure => 'present',
    }
  }
}
       |