diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-23 16:13:11 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-23 16:13:11 -0200 |
commit | 2d053fa3f48e85f99b06913110c23900a5d1dc20 (patch) | |
tree | 9d3620632af9a28b8f886bcb538759cc277e22f9 | |
parent | 84cf4bab85b089b179ed84ca9ff1da83903f9303 (diff) | |
download | puppet-nodo-2d053fa3f48e85f99b06913110c23900a5d1dc20.tar.gz puppet-nodo-2d053fa3f48e85f99b06913110c23900a5d1dc20.tar.bz2 |
Disable apt-cacher-ng at nodo::role::proxy as it's still too unstable
-rw-r--r-- | manifests/role/proxy.pp | 2 |
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, } } |