aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-12-23 16:17:12 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-12-23 16:17:12 -0200
commit9b9f7da181c8b2d4ab2704df377fbc4b4d0c06d8 (patch)
tree838cf66ec387abfc8427730cd73e49be17796f14 /manifests
parent2d053fa3f48e85f99b06913110c23900a5d1dc20 (diff)
downloadpuppet-nodo-9b9f7da181c8b2d4ab2704df377fbc4b4d0c06d8.tar.gz
puppet-nodo-9b9f7da181c8b2d4ab2704df377fbc4b4d0c06d8.tar.bz2
Cleanup
Diffstat (limited to 'manifests')
-rw-r--r--manifests/role/proxy.pp6
1 files changed, 0 insertions, 6 deletions
diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp
index 353751d..9473952 100644
--- a/manifests/role/proxy.pp
+++ b/manifests/role/proxy.pp
@@ -21,10 +21,4 @@ class nodo::role::proxy inherits nodo::base::vserver {
ensure => running,
require => Package['apt-cacher-ng'],
}
-
- # TODO: apt-cacher-ng still too unstable
- class { 'apt::proxy_client':
- require => Service['apt-cacher-ng'],
- ensure => absent,
- }
}