]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Purge apt-cacher-ng for now
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 24 Dec 2013 20:21:40 +0000 (18:21 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 24 Dec 2013 20:21:40 +0000 (18:21 -0200)
manifests/role/proxy.pp

index 4226acea58125fff1152855cc5a129f4d24230a1..6cd6148fc9b370b62a1a9c10a254a89896b0332f 100644 (file)
@@ -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'],