From 6ff5450bc2a78c04cb4413e472126de1c6ccbe93 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 9 May 2010 01:05:51 -0300 Subject: Executing /usr/local/bin/reprepro-export-key with refreshonly --- manifests/init.pp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'manifests') 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: -- cgit v1.2.3