From: Peter Palfrader <peter@palfrader.org>
Date: Tue, 14 May 2013 10:00:29 +0000 (+0200)
Subject: make backups of pejacevic
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=63c893907bea88693bf55c1766c5c37cdbc9af62;p=dsa-puppet.git

make backups of pejacevic
---

diff --git a/modules/bacula/manifests/client.pp b/modules/bacula/manifests/client.pp
index af4ea466..c75a3767 100644
--- a/modules/bacula/manifests/client.pp
+++ b/modules/bacula/manifests/client.pp
@@ -1,7 +1,7 @@
 class bacula::client inherits bacula {
 	@@bacula::storage-per-node { $::fqdn: }
 
-	if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, kaufmann, lully, master, picconi, reger, schumann, soler, vento, vieuxtemps, wilder, wolkenstein] {
+	if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, kaufmann, lully, master, picconi, pejacevic, reger, schumann, soler, vento, vieuxtemps, wilder, wolkenstein] {
 		@@bacula::node { $::fqdn: }
 	}