]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Cleanup
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Dec 2013 18:17:12 +0000 (16:17 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Dec 2013 18:17:12 +0000 (16:17 -0200)
manifests/role/proxy.pp

index 353751d9f02387ffe038054cbb15ea69583bf82f..94739521889d8da5952dc2ecea42947c9563a632 100644 (file)
@@ -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,
-  }
 }