aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/proxy.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-12-23 16:13:11 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-12-23 16:13:11 -0200
commit2d053fa3f48e85f99b06913110c23900a5d1dc20 (patch)
tree9d3620632af9a28b8f886bcb538759cc277e22f9 /manifests/role/proxy.pp
parent84cf4bab85b089b179ed84ca9ff1da83903f9303 (diff)
downloadpuppet-nodo-2d053fa3f48e85f99b06913110c23900a5d1dc20.tar.gz
puppet-nodo-2d053fa3f48e85f99b06913110c23900a5d1dc20.tar.bz2
Disable apt-cacher-ng at nodo::role::proxy as it's still too unstable
Diffstat (limited to 'manifests/role/proxy.pp')
-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,
}
}