limit -sd access to bacula clients and the director
[mirror/dsa-puppet.git] / modules / bacula / manifests / director.pp
index 578251c..b4e0105 100644 (file)
@@ -121,7 +121,7 @@ class bacula::director inherits bacula {
   @@ferm::rule::simple { "bacula::director-to-storage::${::fqdn}":
     tag         => "bacula::director-to-storage::${::fqdn}",
     description => 'Allow bacula-storage access from the bacula-director',
-    port        => '7', # overridden on collecting
+    chain       => 'bacula-sd',
     saddr       => $bacula::public_addresses,
   }
 }