summaryrefslogtreecommitdiff
path: root/manifests/cron/disabled.pp
blob: 9b4032705a25611b6aff2c2deb29e7ef2c92dea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
class reprepro::cron::disabled inherits reprepro::cron {
  Cron['reprepro'] {
    ensure => absent,
  }

  Exec["reprepro -b $basedir createsymlinks", "reprepro -b $basedir export",
       "/usr/local/bin/reprepro-export-key", "/usr/local/bin/reprepro-export-key-update"] {
    noop => true,
  }
}