From: Peter Palfrader Date: Sun, 21 Apr 2013 21:40:54 +0000 (+0200) Subject: bacula: drop new-master, add picconi X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=5c6179b030da74bbc164eb414883ad8f80dd00a5;p=mirror%2Fdsa-puppet.git bacula: drop new-master, add picconi --- diff --git a/modules/bacula/manifests/client.pp b/modules/bacula/manifests/client.pp index 8b2bb4e09..40a1eb353 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, new-master, reger, schumann, soler, vento, vieuxtemps, wilder, wolkenstein] { + if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, kaufmann, lully, master, picconi, reger, schumann, soler, vento, vieuxtemps, wilder, wolkenstein] { @@bacula::node { $::fqdn: } }