require => [ Package['reprepro'], File["$basedir/conf/distributions"] ]
}
}
-
-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,
- }
-}
--- /dev/null
+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,
+ }
+}
+