Make it clearer which nodes are not in bacula by using a blacklist
[mirror/dsa-puppet.git] / modules / bacula / manifests / client.pp
index 4db324d..227f1b1 100644 (file)
@@ -1,7 +1,7 @@
 class bacula::client inherits bacula {
        @@bacula::storage-per-node { $::fqdn: }
 
-       if getfromhash($site::nodeinfo, 'bacula-client') {
+       if ! getfromhash($site::nodeinfo, 'not-bacula-client') {
                @@bacula::node { $::fqdn: }
        }