Puppet Class: conf::install::cron

Inherited by:
conf::config::cron
Defined in:
manifests/install/cron.pp

Summary

define base of cron contents

Overview

define base of cron contents

Examples:

include conf::install::cron


7
8
9
# File 'manifests/install/cron.pp', line 7

class conf::install::cron {
  package { 'cron': }
}