aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-12-23 16:30:24 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-12-23 16:30:24 -0200
commitb93415b0c2dd6ac7541def230e4f3a304fd5de7e (patch)
treef0058f4d69f64be7bdd755cb11f7c6c30378b802 /manifests
parent36a0896dd17bac8bf2eda74f972f9eca544d8a2f (diff)
downloadpuppet-nodo-b93415b0c2dd6ac7541def230e4f3a304fd5de7e.tar.gz
puppet-nodo-b93415b0c2dd6ac7541def230e4f3a304fd5de7e.tar.bz2
Disabling apt-cacher-ng on nodo::role::proxy
Diffstat (limited to 'manifests')
-rw-r--r--manifests/role/proxy.pp3
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'],
}
}