From: Silvio Rhatto Date: Thu, 24 Jan 2013 22:13:31 +0000 (-0200) Subject: Just declared puppetd once X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=16e96dc754f0ddc516c9a8aaba8e792317e632e6;p=puppet-nodo.git Just declared puppetd once --- 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