From c0b5a3c72f3cbb831e7f9106f11e7e1e6c69208a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 24 Sep 2019 21:43:15 +0200 Subject: [PATCH] different name --- modules/bacula/manifests/storage/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bacula/manifests/storage/client.pp b/modules/bacula/manifests/storage/client.pp index 71d8731da..86dd0075d 100644 --- a/modules/bacula/manifests/storage/client.pp +++ b/modules/bacula/manifests/storage/client.pp @@ -30,7 +30,7 @@ define bacula::storage::client( } # enable the director to make (client, storage) specific configuration - @@bacula::director::client_from_storage { $::fqdn: + @@bacula::director::client_from_storage { "${::fqdn}-${client}": tag => "bacula::to-director::${director_server}", storage_address => $::fqdn, port_sd => $bacula::storage::port_sd, -- 2.20.1