class reprepro::disabled( $basedir = '/srv/reprepro' ) { cron { reprepro: command => "/usr/bin/reprepro --silent -b ${reprepro::basedir} processincoming incoming", user => reprepro, ensure => absent, } }