From 5948c0e1582299ffb884f4ae3f3dd323bf55d1bd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 10 Dec 2012 19:16:55 -0200 Subject: Disable runit until we discover why it's not being installed inside vservers on debian --- manifests/nodo.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifests/nodo.pp b/manifests/nodo.pp index 52a6356..ea9863b 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -13,7 +13,11 @@ class nodo { include profile include domain - class { 'runit': } + # Keep it absent until we discover why it's not being installed + # inside vservers on debian. + class { 'runit': + ensure => absent, + } # Set timezone and ntp config # -- cgit v1.2.3