include reprepro::cron
}
- false: { }
- default: {
- class { 'reprepro':
+ 'disabled': {
+ class { 'reprepro::disabled':
+ basedir => '/var/reprepro',
+ uploaders => hiera('nodo::web::reprepro_uploaders', [ ]),
+ }
+
+ include reprepro::cron::disabled
+ }
+ 'purged': {
+ class { 'reprepro::purged':
basedir => '/var/reprepro',
uploaders => hiera('nodo::web::reprepro_uploaders', [ ]),
}
include reprepro::cron::disabled
}
+ false,default: { }
+ }
}
$git_daemon = hiera('nodo::web::git_daemon', True)