From: Silvio Rhatto Date: Fri, 14 Dec 2012 19:26:40 +0000 (-0200) Subject: Force removal of runit package for a while X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6d8d7f56ad84fea1af59d6134a4c2285c1fe9ab1;p=puppet-nodo.git Force removal of runit package for a while --- 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, }