From: Silvio Rhatto Date: Mon, 23 Dec 2013 18:13:11 +0000 (-0200) Subject: Disable apt-cacher-ng at nodo::role::proxy as it's still too unstable X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2d053fa3f48e85f99b06913110c23900a5d1dc20;p=puppet-nodo.git Disable apt-cacher-ng at nodo::role::proxy as it's still too unstable --- 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, } }