diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-26 11:09:17 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-26 11:09:17 -0200 |
commit | 989784454f38be3a7c7f5b95572a1ebf8ccd8034 (patch) | |
tree | da8d1d91ddc5544b2d41331426f8c21b0fdc3e1c /manifests | |
parent | 82b669505dc1ae7071217eef59d66266f1c56f21 (diff) | |
download | puppet-nodo-989784454f38be3a7c7f5b95572a1ebf8ccd8034.tar.gz puppet-nodo-989784454f38be3a7c7f5b95572a1ebf8ccd8034.tar.bz2 |
Updating reprepro
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/web.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/web.pp b/manifests/web.pp index e6634b7..cd0dff9 100644 --- a/manifests/web.pp +++ b/manifests/web.pp @@ -23,16 +23,12 @@ class nodo::web inherits nodo::vserver { basedir => '/var/reprepro', uploaders => hiera('nodo::web::reprepro_uploaders', [ ]), } - - include reprepro::cron::disabled } 'purged': { class { 'reprepro::purged': basedir => '/var/reprepro', uploaders => hiera('nodo::web::reprepro_uploaders', [ ]), } - - include reprepro::cron::disabled } false,default: { } } |