diff options
Diffstat (limited to 'manifests/nodo.pp')
| -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    #  | 
