diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-12-15 12:34:59 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-12-15 12:34:59 -0200 |
commit | 2f7ee11afb35049441d8b54c0cfc862e90a33073 (patch) | |
tree | 7408744f834dc8a0a6b3d0a98e502e91c2cd9bc4 /manifests/nodo.pp | |
parent | 8176e3b726c834e0fea718fa718e60e6c501e21e (diff) | |
download | puppet-nodo-2f7ee11afb35049441d8b54c0cfc862e90a33073.tar.gz puppet-nodo-2f7ee11afb35049441d8b54c0cfc862e90a33073.tar.bz2 |
Adding back runit class
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r-- | manifests/nodo.pp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp index ec66713..52a6356 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -13,14 +13,7 @@ class nodo { include profile include domain - # Keep it absent until we discover why it's not being installed - # inside vservers on debian. - #class { 'runit': - # ensure => absent, - #} - package { 'runit': - ensure => absent, - } + class { 'runit': } # Set timezone and ntp config # |