Puppet Class: conf::service::cron
Summary
A short summary of the purpose of this classOverview
A description of what this class does
7 8 9 10 11 |
# File 'manifests/service/cron.pp', line 7
class conf::service::cron() inherits conf::config::cron {
service { 'cron':
require => File['/etc/cron.daily'],
}
}
|