aboutsummaryrefslogtreecommitdiff
path: root/manifests/nodo.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-12-14 17:26:40 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-12-14 17:26:40 -0200
commit6d8d7f56ad84fea1af59d6134a4c2285c1fe9ab1 (patch)
treef91deafd969a380349bc9abf05b37bffcb243ae8 /manifests/nodo.pp
parent5948c0e1582299ffb884f4ae3f3dd323bf55d1bd (diff)
downloadpuppet-nodo-6d8d7f56ad84fea1af59d6134a4c2285c1fe9ab1.tar.gz
puppet-nodo-6d8d7f56ad84fea1af59d6134a4c2285c1fe9ab1.tar.bz2
Force removal of runit package for a while
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r--manifests/nodo.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp
index ea9863b..ec66713 100644
--- a/manifests/nodo.pp
+++ b/manifests/nodo.pp
@@ -15,7 +15,10 @@ class nodo {
# Keep it absent until we discover why it's not being installed
# inside vservers on debian.
- class { 'runit':
+ #class { 'runit':
+ # ensure => absent,
+ #}
+ package { 'runit':
ensure => absent,
}