move bacula::node export to bacula::client
[mirror/dsa-puppet.git] / modules / bacula / manifests / client.pp
index a718c81..3879e07 100644 (file)
@@ -1,6 +1,10 @@
 class bacula::client inherits bacula {
        @@bacula::storage-per-node { $::fqdn: }
 
+       if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, schumann, soler, widor, wolkenstein] {
+               @@bacula::node { $::fqdn: }
+       }
+
        package { ['bacula-fd']:
                ensure => installed
        }