er, wrong name
[mirror/dsa-puppet.git] / modules / bacula / manifests / director.pp
index d0c06de..b3fc7a5 100644 (file)
@@ -36,7 +36,14 @@ 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']
-       bacula::node { $clients: }
+       file { '/etc/bacula/conf.d/empty.conf':
+               content => '',
+               mode    => '0440',
+               group   => bacula,
+               require => Package['bacula-director-pgsql'],
+               notify  => Service['bacula-director']
+       }
+
+       Bacula::Node<<| |>>
 
 }