From: Martin Zobel-Helas <zobel@debian.org>
Date: Sun, 29 Jul 2012 10:01:35 +0000 (+0200)
Subject: Revert "Revert "install bacula-fd on all hosts and configure it""
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8c44f1ff36f152ff0ee42cc7f372b4a20a51739b;p=dsa-puppet.git

Revert "Revert "install bacula-fd on all hosts and configure it""

This reverts commit a0a7afb0fe5e089489107dcb51e7e14d349754f5.
---

diff --git a/manifests/site.pp b/manifests/site.pp
index 775c6a17..e00a87d0 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -35,6 +35,7 @@ node default {
 	include resolv
 	include roles
 	include unbound
+	include bacula::client
 
 	if $::hostname in [pasquini,tristano,bertali,boito,byrd] {
 		include ganeti2
@@ -44,10 +45,6 @@ node default {
 		include bacula::director
 	}
 
-	if $::hostname in [berlioz, biber, draghi, widor, wolkenstein] {
-		include bacula::client
-	}
-
 	if $::hostname == 'beethoven' {
 		include bacula::storage
 	}