From 11cd22cb451170a2e0700aa6cd6a8fd80a7925ed Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 24 Sep 2019 09:59:32 +0200 Subject: [PATCH] And retire old bacula_client_port param in node --- modules/bacula/manifests/node.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/bacula/manifests/node.pp b/modules/bacula/manifests/node.pp index dfa486f56..ee3b8afb3 100644 --- a/modules/bacula/manifests/node.pp +++ b/modules/bacula/manifests/node.pp @@ -5,7 +5,6 @@ # @param port_fd port that this node's bacula-fd is listening on define bacula::node ( Integer $port_fd = 9102, - Integer $bacula_client_port = 9102, ) { include bacula -- 2.20.1