diff options
Diffstat (limited to 'manifests')
| -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,    } | 
