From: Silvio Rhatto Date: Sun, 9 May 2010 04:05:51 +0000 (-0300) Subject: Executing /usr/local/bin/reprepro-export-key with refreshonly X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6ff5450bc2a78c04cb4413e472126de1c6ccbe93;p=puppet-reprepro.git Executing /usr/local/bin/reprepro-export-key with refreshonly --- diff --git a/manifests/init.pp b/manifests/init.pp index 7dc1abd..b85ddd5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -112,10 +112,11 @@ class reprepro { subscribe => File["$basedir/conf/distributions"], path => "/usr/bin:/bin"; "/usr/local/bin/reprepro-export-key": - creates => "$basedir/key.asc", - user => reprepro, - subscribe => File["$basedir/.gnupg"], - require => File["/usr/local/bin/reprepro-export-key"], + creates => "$basedir/key.asc", + user => reprepro, + subscribe => File["$basedir/.gnupg"], + require => File["/usr/local/bin/reprepro-export-key"], + refreshonly => true, } cron { reprepro: