From: Silvio Rhatto Date: Sat, 26 Jan 2013 12:51:12 +0000 (-0200) Subject: Fixing reprepro::cron::disabled X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=068174330714d8391409805de47a0d50871b0488;p=puppet-reprepro.git Fixing reprepro::cron::disabled --- diff --git a/manifests/cron/disabled.pp b/manifests/cron/disabled.pp index 60924a8..dd3062c 100644 --- a/manifests/cron/disabled.pp +++ b/manifests/cron/disabled.pp @@ -1,5 +1,6 @@ class reprepro::cron::disabled inherits reprepro::cron { Cron['reprepro'] { - ensure => absent, + ensure => absent, + require => undef, } }