Allow hiera to override 9102 default for bacula client (fd) port
authorPeter Palfrader <peter@palfrader.org>
Sat, 26 Nov 2016 11:30:26 +0000 (11:30 +0000)
committerPeter Palfrader <peter@palfrader.org>
Sat, 26 Nov 2016 11:30:26 +0000 (11:30 +0000)
modules/bacula/manifests/init.pp

index b9d005b..ffeb423 100644 (file)
@@ -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