Fix fd-to-storage tag
[mirror/dsa-puppet.git] / modules / bacula / manifests / client.pp
index 436d80e..bc9a925 100644 (file)
@@ -36,7 +36,7 @@ class bacula::client(
 
     # get access to the storage
     @@ferm::rule::simple { "bacula::fd-to-storage::${::fqdn}":
-      tag         => "bacula::director-to-storage::${bacula::bacula_storage_address}",
+      tag         => "bacula::fd-to-storage::${bacula::bacula_storage_address}",
       description => 'Allow bacula-fd access to the bacula-storage',
       chain       => 'bacula-sd',
       saddr       => $bacula::public_addresses,