X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Fdirector.pp;h=bb6901dba8705534db0d9650ed45424305792a17;hb=70cfaa97690aa58e4aed61a2f790e56b1ef0842c;hp=a1a4e94b48556d192420d7b5aee4bf46f170f09c;hpb=fedc1fec6081de9840d9042c6c67d921f17267ac;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/manifests/director.pp b/modules/bacula/manifests/director.pp index a1a4e94b4..bb6901dba 100644 --- a/modules/bacula/manifests/director.pp +++ b/modules/bacula/manifests/director.pp @@ -1,12 +1,13 @@ # our bacula director # -# @param pool_name A string to be used in pool names -# @param db_address hostname of the postgres server for the catalog DB -# @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 +# @param pool_name A token to be used in pool names +# @param db_address hostname of the postgres server for the catalog DB +# @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 +# @param director_name bacula name of this dir instance class bacula::director( String $db_address, Integer $db_port, @@ -15,6 +16,8 @@ class bacula::director( String $pool_name = 'bacula', Integer $port_dir = 9101, Optional[String] $db_sslca = undef, + #String $storage_name = "${::fqdn}-dir", + String $director_name = $bacula::bacula_director_name, ) inherits bacula { # used by e.g. bconsole