]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Disabling apt-cacher-ng on nodo::role::proxy
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Dec 2013 18:30:24 +0000 (16:30 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Dec 2013 18:30:24 +0000 (16:30 -0200)
manifests/role/proxy.pp

index 94739521889d8da5952dc2ecea42947c9563a632..4226acea58125fff1152855cc5a129f4d24230a1 100644 (file)
@@ -17,8 +17,9 @@ class nodo::role::proxy inherits nodo::base::vserver {
     ensure => latest,
   }
 
+  # TODO: still buggy and needs hardening
   service { 'apt-cacher-ng':
-    ensure  => running,
+    ensure  => stopped,
     require => Package['apt-cacher-ng'],
   }
 }