From 6d8d7f56ad84fea1af59d6134a4c2285c1fe9ab1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 14 Dec 2012 17:26:40 -0200 Subject: Force removal of runit package for a while --- manifests/nodo.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'manifests/nodo.pp') 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, } -- cgit v1.2.3