diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-05-09 01:23:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-05-09 01:23:33 -0300 |
commit | b4cef3c5943b2bda1fe5704dd48f1014e63092d1 (patch) | |
tree | 292cb38ec3d14362271cc42fe2ed6f7b1bebb22b /manifests | |
parent | 6ff5450bc2a78c04cb4413e472126de1c6ccbe93 (diff) | |
download | puppet-reprepro-b4cef3c5943b2bda1fe5704dd48f1014e63092d1.tar.gz puppet-reprepro-b4cef3c5943b2bda1fe5704dd48f1014e63092d1.tar.bz2 |
Trying without refreshonly
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index b85ddd5..93e9364 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -116,7 +116,6 @@ class reprepro { user => reprepro, subscribe => File["$basedir/.gnupg"], require => File["/usr/local/bin/reprepro-export-key"], - refreshonly => true, } cron { reprepro: |