From 16e96dc754f0ddc516c9a8aaba8e792317e632e6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Jan 2013 20:13:31 -0200 Subject: Just declared puppetd once --- manifests/nodo.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3