From: Silvio Rhatto Date: Mon, 10 Dec 2012 21:16:55 +0000 (-0200) Subject: Disable runit until we discover why it's not being installed inside vservers on debian X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5948c0e1582299ffb884f4ae3f3dd323bf55d1bd;p=puppet-nodo.git Disable runit until we discover why it's not being installed inside vservers on debian --- 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 #