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 d05e3d6..6259cd3 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -12,7 +12,10 @@ class nodo {    include domain    include concat::setup -  class { 'puppetd': } +  if !defined('puppetd') { +    class { 'puppetd': } +  } +    class { 'backup': }    # Does not work well inside vservers  | 
