diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-12-10 19:16:55 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-12-10 19:16:55 -0200 |
commit | 5948c0e1582299ffb884f4ae3f3dd323bf55d1bd (patch) | |
tree | 0f96db8c50d457aa7775b93a12fda053a2a34744 /manifests/nodo.pp | |
parent | 7e536e59b685b4397ee1c62ff10a63a36aa452f2 (diff) | |
download | puppet-nodo-5948c0e1582299ffb884f4ae3f3dd323bf55d1bd.tar.gz puppet-nodo-5948c0e1582299ffb884f4ae3f3dd323bf55d1bd.tar.bz2 |
Disable runit until we discover why it's not being installed inside vservers on debian
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r-- | manifests/nodo.pp | 6 |
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 # |