From 9b9f7da181c8b2d4ab2704df377fbc4b4d0c06d8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 23 Dec 2013 16:17:12 -0200 Subject: Cleanup --- manifests/role/proxy.pp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'manifests') 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, - } } -- cgit v1.2.3