X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Fdirector.pp;h=c1f6c38b46fc769e4b20fc9f94b9a019bdfc486d;hb=2711ddcacd35d9ff6a262b263babd27d7f6c06d6;hp=c86839821830e4e8fc02cfacb27b50c520918131;hpb=973f873a452fdba7a8628d3dc646ab1e5b82e8bd;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/manifests/director.pp b/modules/bacula/manifests/director.pp index c86839821..c1f6c38b4 100644 --- a/modules/bacula/manifests/director.pp +++ b/modules/bacula/manifests/director.pp @@ -5,6 +5,7 @@ # @param db_port port of the postgres server for the catalog DB # @param db_name DB name for the catalog DB # @param db_user username for the postgres server for the catalog DB +# @param port_dir Port that the director should listen on # @param db_sslca SSL CA store for DB access class bacula::director( String $db_address, @@ -12,6 +13,7 @@ class bacula::director( String $db_name = 'bacula', String $db_user = 'bacula', String $pool_name = 'bacula', + Integer $port_dir = 9101, Optional[String] $db_sslca = undef, ) inherits bacula {