From 2f7ee11afb35049441d8b54c0cfc862e90a33073 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 15 Dec 2012 12:34:59 -0200 Subject: Adding back runit class --- manifests/nodo.pp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/manifests/nodo.pp b/manifests/nodo.pp index ec66713..52a6356 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -13,14 +13,7 @@ class nodo { include profile include domain - # Keep it absent until we discover why it's not being installed - # inside vservers on debian. - #class { 'runit': - # ensure => absent, - #} - package { 'runit': - ensure => absent, - } + class { 'runit': } # Set timezone and ntp config # -- cgit v1.2.3