]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Do not manage apt-cacher-ng server by now
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 24 Dec 2013 22:13:57 +0000 (20:13 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 24 Dec 2013 22:13:57 +0000 (20:13 -0200)
manifests/role/proxy.pp

index 6cd6148fc9b370b62a1a9c10a254a89896b0332f..ef9c86c34f2296c5bc21d9e03dd6bf1359d7c71d 100644 (file)
@@ -12,14 +12,13 @@ class nodo::role::proxy inherits nodo::base::vserver {
     ensure => installed,
   }
 
-  # Apt cacher
-  # TODO: still buggy and needs hardening
+  # TODO: Apt cacher: still buggy and needs hardening
   package { 'apt-cacher-ng':
     ensure => purged,
   }
 
-  service { 'apt-cacher-ng':
-    ensure  => stopped,
-    require => Package['apt-cacher-ng'],
-  }
+  #service { 'apt-cacher-ng':
+  #  ensure  => stopped,
+  #  require => Package['apt-cacher-ng'],
+  #}
 }