]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/bacula/manifests/client.pp
Move list of bacula clients to local.yaml
[dsa-puppet.git] / modules / bacula / manifests / client.pp
index b1aa64a029d502967b532330ff07e66752e31106..4db324d0020cfca4425e02b3f89c95d698f4d80e 100644 (file)
@@ -1,7 +1,7 @@
 class bacula::client inherits bacula {
        @@bacula::storage-per-node { $::fqdn: }
 
-       if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, elgar, geo3, jenkins, kaufmann, lilburn, lully, master, picconi, pejacevic, piu-slave-bm-a, popov, reger, schumann, soler, vento, vieuxtemps, wilder, wolkenstein] {
+       if getfromhash($site::nodeinfo, 'bacula-client') {
                @@bacula::node { $::fqdn: }
        }