Puppet Class: conf::install::cron
- Inherited by:
-
conf::config::cron
- Defined in:
- manifests/install/cron.pp
Summary
define base of cron contentsOverview
define base of cron contents
7 8 9 |
# File 'manifests/install/cron.pp', line 7
class conf::install::cron {
package { 'cron': }
}
|