From 2d053fa3f48e85f99b06913110c23900a5d1dc20 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 23 Dec 2013 16:13:11 -0200 Subject: Disable apt-cacher-ng at nodo::role::proxy as it's still too unstable --- manifests/role/proxy.pp | 2 ++ 1 file changed, 2 insertions(+) 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, } } -- cgit v1.2.3