]> gitweb.fluxo.info Git - puppet-reprepro.git/commitdiff
Using noop instead of ensure for exec resources
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 30 Nov 2011 21:58:23 +0000 (19:58 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 30 Nov 2011 21:58:23 +0000 (19:58 -0200)
manifests/cron.pp

index c401918d1271fa6ee8549b27e8fe47945e72d749..a2e4a10808385d5ae5ad22e03c0e92ee0b1089d0 100644 (file)
@@ -14,6 +14,6 @@ class reprepro::cron::disabled inherits reprepro::cron {
 
   Exec["reprepro -b $basedir createsymlinks", "reprepro -b $basedir export",
        "/usr/local/bin/reprepro-export-key", "/usr/local/bin/reprepro-export-key-update"] {
-    ensure => absent,
+    noop => true,
   }
 }