diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-26 11:10:21 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-26 11:10:21 -0200 |
commit | dcd2cd5afc1586782d40a645fea1a7c4725e53c4 (patch) | |
tree | e16cf3dcc4730607bf81a12471b768b5cf8f6b78 | |
parent | 989784454f38be3a7c7f5b95572a1ebf8ccd8034 (diff) | |
download | puppet-nodo-dcd2cd5afc1586782d40a645fea1a7c4725e53c4.tar.gz puppet-nodo-dcd2cd5afc1586782d40a645fea1a7c4725e53c4.tar.bz2 |
Updating reprepro (2)
-rw-r--r-- | manifests/web.pp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/manifests/web.pp b/manifests/web.pp index cd0dff9..1657d2a 100644 --- a/manifests/web.pp +++ b/manifests/web.pp @@ -20,14 +20,12 @@ class nodo::web inherits nodo::vserver { } 'disabled': { class { 'reprepro::disabled': - basedir => '/var/reprepro', - uploaders => hiera('nodo::web::reprepro_uploaders', [ ]), + basedir => '/var/reprepro', } } 'purged': { class { 'reprepro::purged': - basedir => '/var/reprepro', - uploaders => hiera('nodo::web::reprepro_uploaders', [ ]), + basedir => '/var/reprepro', } } false,default: { } |