aboutsummaryrefslogtreecommitdiff
path: root/manifests/nodo.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r--manifests/nodo.pp5
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