From 2d88375732e34964d83da4bd7840798a9d520768 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 26 Nov 2016 11:30:26 +0000 Subject: [PATCH] Allow hiera to override 9102 default for bacula client (fd) port --- modules/bacula/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bacula/manifests/init.pp b/modules/bacula/manifests/init.pp index b9d005b47..ffeb4236e 100644 --- a/modules/bacula/manifests/init.pp +++ b/modules/bacula/manifests/init.pp @@ -16,7 +16,7 @@ class bacula { $bacula_director_port = 9101 $bacula_storage_address = 'storace.debian.org' $bacula_storage_port = 9103 - $bacula_client_port = 9102 + $bacula_client_port = hiera('bacula_fd_port', 9102) $bacula_db_address = 'danzi.debian.org' $bacula_db_port = 5433 -- 2.20.1