From: Silvio Rhatto Date: Mon, 23 Dec 2013 18:17:12 +0000 (-0200) Subject: Cleanup X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9b9f7da181c8b2d4ab2704df377fbc4b4d0c06d8;p=puppet-nodo.git Cleanup --- diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp index 353751d..9473952 100644 --- a/manifests/role/proxy.pp +++ b/manifests/role/proxy.pp @@ -21,10 +21,4 @@ class nodo::role::proxy inherits nodo::base::vserver { ensure => running, require => Package['apt-cacher-ng'], } - - # TODO: apt-cacher-ng still too unstable - class { 'apt::proxy_client': - require => Service['apt-cacher-ng'], - ensure => absent, - } }