summaryrefslogtreecommitdiff
path: root/manifests/cron/debian.pp
blob: 0b4bd6100a5a93def896aca3f5dd0c5f1ad5f1c6 (plain)
1
2
3
4
5
6
7
class puppet::cron::debian inherits puppet::cron::linux {

  File['/etc/cron.d/puppetd.cron']{
    path => '/etc/cron.d/puppetd',
  }

}