From: Silvio Rhatto Date: Wed, 30 Nov 2011 21:58:23 +0000 (-0200) Subject: Using noop instead of ensure for exec resources X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c07d03094a219c7b8e8ffc94879f282909ea3c17;p=puppet-reprepro.git Using noop instead of ensure for exec resources --- diff --git a/manifests/cron.pp b/manifests/cron.pp index c401918..a2e4a10 100644 --- a/manifests/cron.pp +++ b/manifests/cron.pp @@ -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, } }