diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-24 18:21:40 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-24 18:21:40 -0200 |
commit | f875b39faf971d26c04fd5254cc1c67a80adb5fc (patch) | |
tree | 6469c49fcb3e3bda50f23eebc967a3ca11cffec2 | |
parent | 6295cc30eabf88c85261dcbd3af12260113f3d43 (diff) | |
download | puppet-nodo-f875b39faf971d26c04fd5254cc1c67a80adb5fc.tar.gz puppet-nodo-f875b39faf971d26c04fd5254cc1c67a80adb5fc.tar.bz2 |
Purge apt-cacher-ng for now
-rw-r--r-- | manifests/role/proxy.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp index 4226ace..6cd6148 100644 --- a/manifests/role/proxy.pp +++ b/manifests/role/proxy.pp @@ -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'], |