From d96d5914abd90073379a2e7e1c9058798317ab21 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 24 Sep 2019 09:57:09 +0200 Subject: [PATCH] Set bacula_client_port during the transition --- modules/bacula/manifests/node.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bacula/manifests/node.pp b/modules/bacula/manifests/node.pp index 05f96fce8..dfa486f56 100644 --- a/modules/bacula/manifests/node.pp +++ b/modules/bacula/manifests/node.pp @@ -5,7 +5,7 @@ # @param port_fd port that this node's bacula-fd is listening on define bacula::node ( Integer $port_fd = 9102, - Integer $bacula_client_port = $bacula::bacula_client_port + Integer $bacula_client_port = 9102, ) { include bacula -- 2.20.1