Fix fd-to-storage tag
authorPeter Palfrader <peter@palfrader.org>
Tue, 24 Sep 2019 08:32:20 +0000 (10:32 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 24 Sep 2019 08:32:20 +0000 (10:32 +0200)
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,