X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Fdirector.pp;h=8ea5859ba3423e07307684b1b529e3e23fb5600f;hb=e272b442942830a6eed50748eb63aa3b6318ca2b;hp=9563749159dc73cf119af7ef4157c5e22632d523;hpb=3bd8e749b9f67f269b6be35438a7b9f34fbd1e02;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/manifests/director.pp b/modules/bacula/manifests/director.pp index 956374915..8ea5859ba 100644 --- a/modules/bacula/manifests/director.pp +++ b/modules/bacula/manifests/director.pp @@ -1,5 +1,6 @@ # 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 @@ -10,6 +11,7 @@ class bacula::director( Integer $db_port, String $db_name = 'bacula', String $db_user = 'bacula', + String $pool_name = 'bacula', Optional[String] $db_sslca = undef, ) inherits bacula { @@ -67,7 +69,8 @@ class bacula::director( notify => Exec['bacula-director reload'] } - Bacula::Director::Client<<| tag == "bacula::to-director::${::fqdn}" |>> + Bacula::Director::Client <<| tag == "bacula::to-director::${::fqdn}" |>> + Bacula::Director::Client_from_stroage<<| tag == "bacula::to-director::${::fqdn}" |>> package { 'bacula-console': ensure => installed;