]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Disable apt-cacher-ng at nodo::role::proxy as it's still too unstable
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Dec 2013 18:13:11 +0000 (16:13 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Dec 2013 18:13:11 +0000 (16:13 -0200)
manifests/role/proxy.pp

index 5c6dbd7ebb7db4093b3e9a5ce2f0055a0d6b0e2f..353751d9f02387ffe038054cbb15ea69583bf82f 100644 (file)
@@ -22,7 +22,9 @@ class nodo::role::proxy inherits nodo::base::vserver {
     require => Package['apt-cacher-ng'],
   }
 
+  # TODO: apt-cacher-ng still too unstable
   class { 'apt::proxy_client':
     require => Service['apt-cacher-ng'],
+    ensure  => absent,
   }
 }