diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-12-14 17:26:40 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-12-14 17:26:40 -0200 |
commit | 6d8d7f56ad84fea1af59d6134a4c2285c1fe9ab1 (patch) | |
tree | f91deafd969a380349bc9abf05b37bffcb243ae8 /manifests/nodo.pp | |
parent | 5948c0e1582299ffb884f4ae3f3dd323bf55d1bd (diff) | |
download | puppet-nodo-6d8d7f56ad84fea1af59d6134a4c2285c1fe9ab1.tar.gz puppet-nodo-6d8d7f56ad84fea1af59d6134a4c2285c1fe9ab1.tar.bz2 |
Force removal of runit package for a while
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r-- | manifests/nodo.pp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp index ea9863b..ec66713 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -15,7 +15,10 @@ class nodo { # Keep it absent until we discover why it's not being installed # inside vservers on debian. - class { 'runit': + #class { 'runit': + # ensure => absent, + #} + package { 'runit': ensure => absent, } |