try again with storeconfigs
[mirror/dsa-puppet.git] / modules / bacula / manifests / director.pp
index 93c6962..f8c5479 100644 (file)
@@ -36,7 +36,6 @@ class bacula::director inherits bacula {
                rule        => "proto tcp mod state state (NEW) dport (bacula-dir) saddr (${bacula_director_address} localhost) ACCEPT",
        }
 
-       $clients = ['berlioz.debian.org', 'biber.debian.org', 'draghi.debian.org', 'widor.debian.org', 'wolkenstein.debian.org']
-       bacula::node { $clients: }
+       Bacula::Node<<| |>>
 
 }