aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/role/proxy.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp
index 5c6dbd7..353751d 100644
--- a/manifests/role/proxy.pp
+++ b/manifests/role/proxy.pp
@@ -22,7 +22,9 @@ class nodo::role::proxy inherits nodo::base::vserver {
require => Package['apt-cacher-ng'],
}
+ # TODO: apt-cacher-ng still too unstable
class { 'apt::proxy_client':
require => Service['apt-cacher-ng'],
+ ensure => absent,
}
}