X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Fdirector.pp;h=93e38d81222650bf4873715f2262456209cb20f1;hb=b0fb3eef1181d5a01bdf8b3418191e2005c11b35;hp=9843e5523d1a56e3656553a7e878b88673a0b48e;hpb=33d8a6c91f60158a8d6aeaa5f911c000f0bcc280;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/manifests/director.pp b/modules/bacula/manifests/director.pp index 9843e5523..93e38d812 100644 --- a/modules/bacula/manifests/director.pp +++ b/modules/bacula/manifests/director.pp @@ -12,8 +12,8 @@ # @param director_address address of this dir instance that other instances should connect to (dns name) # @param messages_name name of the Messages Resource class bacula::director( - String $db_address, - Integer $db_port, + String $db_address = 'localhost', + Integer $db_port = 5432, String $db_name = 'bacula', String $db_user = 'bacula', String $db_password = hkdf('/etc/puppet/secret', "bacula-db-${::hostname}"),