From: Martin Zobel-Helas Date: Sun, 29 Jul 2012 09:29:47 +0000 (+0200) Subject: install bacula-fd on all hosts and configure it X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=c4ec3dd154119eb5633119bedd6543fbd96b7afe install bacula-fd on all hosts and configure it Signed-off-by: Martin Zobel-Helas --- 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 }