aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/proxy.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-12-24 18:21:40 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-12-24 18:21:40 -0200
commitf875b39faf971d26c04fd5254cc1c67a80adb5fc (patch)
tree6469c49fcb3e3bda50f23eebc967a3ca11cffec2 /manifests/role/proxy.pp
parent6295cc30eabf88c85261dcbd3af12260113f3d43 (diff)
downloadpuppet-nodo-f875b39faf971d26c04fd5254cc1c67a80adb5fc.tar.gz
puppet-nodo-f875b39faf971d26c04fd5254cc1c67a80adb5fc.tar.bz2
Purge apt-cacher-ng for now
Diffstat (limited to 'manifests/role/proxy.pp')
-rw-r--r--manifests/role/proxy.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp
index 4226ace..6cd6148 100644
--- a/manifests/role/proxy.pp
+++ b/manifests/role/proxy.pp
@@ -13,11 +13,11 @@ class nodo::role::proxy inherits nodo::base::vserver {
}
# Apt cacher
+ # TODO: still buggy and needs hardening
package { 'apt-cacher-ng':
- ensure => latest,
+ ensure => purged,
}
- # TODO: still buggy and needs hardening
service { 'apt-cacher-ng':
ensure => stopped,
require => Package['apt-cacher-ng'],