diff options
Diffstat (limited to 'manifests/role/proxy.pp')
-rw-r--r-- | manifests/role/proxy.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp index 9473952..4226ace 100644 --- a/manifests/role/proxy.pp +++ b/manifests/role/proxy.pp @@ -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'], } } |