]> gitweb.fluxo.info Git - puppet-reprepro.git/commitdiff
Fixing reprepro::cron::disabled
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 26 Jan 2013 12:51:12 +0000 (10:51 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 26 Jan 2013 12:51:12 +0000 (10:51 -0200)
manifests/cron/disabled.pp

index 60924a89b7ed6e3dde60ada7b46df03edc6b8490..dd3062c024c08a0627e01b185c7c158b3c7ccbdc 100644 (file)
@@ -1,5 +1,6 @@
 class reprepro::cron::disabled inherits reprepro::cron {
   Cron['reprepro'] {
-    ensure => absent,
+    ensure  => absent,
+    require => undef,
   }
 }