diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-12-15 16:52:09 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-12-15 16:52:09 -0200 |
commit | cece72d726043ebe43d83f9bf56cf52f7cd02148 (patch) | |
tree | 0b2e1285c184ef912da8bf2083a2dd5c558f831a | |
parent | 2f7ee11afb35049441d8b54c0cfc862e90a33073 (diff) | |
download | puppet-nodo-cece72d726043ebe43d83f9bf56cf52f7cd02148.tar.gz puppet-nodo-cece72d726043ebe43d83f9bf56cf52f7cd02148.tar.bz2 |
Desligando classe runit
-rw-r--r-- | manifests/nodo.pp | 3 |
1 files changed, 2 insertions, 1 deletions
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 # |