aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/nodo.pp6
1 files changed, 5 insertions, 1 deletions
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
#