Puppet Class: conf::cron

Inherits:
conf
Defined in:
manifests/cron.pp

Summary

A short summary of the purpose of this class

Overview

A description of what this class does

Examples:

include conf::cron


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

class conf::cron () inherits conf {
  include conf::service::cron
}