aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-26 11:09:17 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-26 11:09:17 -0200
commit989784454f38be3a7c7f5b95572a1ebf8ccd8034 (patch)
treeda8d1d91ddc5544b2d41331426f8c21b0fdc3e1c /manifests
parent82b669505dc1ae7071217eef59d66266f1c56f21 (diff)
downloadpuppet-nodo-989784454f38be3a7c7f5b95572a1ebf8ccd8034.tar.gz
puppet-nodo-989784454f38be3a7c7f5b95572a1ebf8ccd8034.tar.bz2
Updating reprepro
Diffstat (limited to 'manifests')
-rw-r--r--manifests/web.pp4
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: { }
}