# Change the time that daily cron jobs run, primarily so that log periods will # be close to calendar days. Also remove anacron, since we don't use it on # servers. class base::cron { package { 'anacron': ensure => absent } file { '/etc/crontab': content => template('base/cron/crontab.erb'), } }