From cece72d726043ebe43d83f9bf56cf52f7cd02148 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 15 Dec 2012 16:52:09 -0200 Subject: Desligando classe runit --- manifests/nodo.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/nodo.pp') diff --git a/manifests/nodo.pp b/manifests/nodo.pp index 52a6356..ec0586c 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -13,7 +13,8 @@ class nodo { include profile include domain - class { 'runit': } + # Does not work well inside vservers + class { 'runit': ensure => absent } # Set timezone and ntp config # -- cgit v1.2.3