X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Fstorage%2Fdirector.pp;h=fabce50aef21d7413b16f49638a9ad49ee5ba714;hb=42e20fefad3765c8635a9144dda741c23fff4b81;hp=de4f25ef468392b5b18099bbf871988c94432274;hpb=164eea6bf3512ee252e7c61be60ed7a96d12ec54;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/manifests/storage/director.pp b/modules/bacula/manifests/storage/director.pp index de4f25ef4..fabce50ae 100644 --- a/modules/bacula/manifests/storage/director.pp +++ b/modules/bacula/manifests/storage/director.pp @@ -4,9 +4,11 @@ # # @param director_name bacula name of the dir instance # @param director_address address of this dir instance that other instances should connect to (dns name) +# @param messages_name name of the Messages Resource define bacula::storage::director( String $director_name, Stdlib::Host $director_address, + String $messages_name = "Msg-${director_address}", # XXX remove default ) { include bacula::storage