Puppet Class: incron
- Defined in:
- manifests/init.pp
Overview
Class: incron
Installs the incron package. Class it not required for use of the incron defined type
Authors
William Leese <william.leese@meltwater.com>
9 10 11 12 13 |
# File 'manifests/init.pp', line 9
class incron {
package {'incron': ensure => installed }
}
|