From f038008e8029f30cdfd5c1c911596ff70a20fbff Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 24 Sep 2019 23:20:59 +0200 Subject: [PATCH] And pass the right variable --- modules/bacula/manifests/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bacula/manifests/client.pp b/modules/bacula/manifests/client.pp index 5e7f33729..97b5f2126 100644 --- a/modules/bacula/manifests/client.pp +++ b/modules/bacula/manifests/client.pp @@ -28,7 +28,7 @@ class bacula::client( port_fd => $port_fd, client => $client, client_name => $client_name, - client_secret => $client_name, + client_secret => $client_secret, tag => "bacula::to-director::${director_server}", } -- 2.20.1