From 686db3f1b4f154f0f37e19584beb07ced7fedae8 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Mon, 2 Jul 2012 18:22:08 +0200 Subject: Drop useless refreshonly for resource that already has a "create" parameter. In production, this does not change anything worth noting. But when developing, being able to delete the exported pubkey and re-run Puppet is useful. --- manifests/init.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index f7f0a34..2d2aa30 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -124,7 +124,6 @@ class reprepro { user => reprepro, subscribe => File["$basedir/.gnupg/secring.gpg"], require => File["/usr/local/bin/reprepro-export-key"], - refreshonly => true, } # TODO: setup needeed lines in apache site config file -- cgit v1.2.3