Project

General

Profile

Download (159 Bytes) Statistics
| Branch: | Tag: | Revision:
class puppet::daemon inherits puppet::service {
Service['puppet'] {
enable => true,
ensure => running,
}

cron { 'puppet': ensure => absent }

}
(3-3/8)