From: Silvio Rhatto Date: Tue, 24 Dec 2013 20:21:40 +0000 (-0200) Subject: Purge apt-cacher-ng for now X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f875b39faf971d26c04fd5254cc1c67a80adb5fc;p=puppet-nodo.git Purge apt-cacher-ng for now --- diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp index 4226ace..6cd6148 100644 --- a/manifests/role/proxy.pp +++ b/manifests/role/proxy.pp @@ -13,11 +13,11 @@ class nodo::role::proxy inherits nodo::base::vserver { } # Apt cacher + # TODO: still buggy and needs hardening package { 'apt-cacher-ng': - ensure => latest, + ensure => purged, } - # TODO: still buggy and needs hardening service { 'apt-cacher-ng': ensure => stopped, require => Package['apt-cacher-ng'],