From b93415b0c2dd6ac7541def230e4f3a304fd5de7e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 23 Dec 2013 16:30:24 -0200 Subject: Disabling apt-cacher-ng on nodo::role::proxy --- manifests/role/proxy.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp index 9473952..4226ace 100644 --- a/manifests/role/proxy.pp +++ b/manifests/role/proxy.pp @@ -17,8 +17,9 @@ class nodo::role::proxy inherits nodo::base::vserver { ensure => latest, } + # TODO: still buggy and needs hardening service { 'apt-cacher-ng': - ensure => running, + ensure => stopped, require => Package['apt-cacher-ng'], } } -- cgit v1.2.3