X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Fdirector%2Fclient.pp;h=cbfd139841442370955adcb4b6acea850819c99c;hb=825e27050780ecccd54fb81d9d8f0ce7a3395caf;hp=09117c66b5c6f0cd867681c3948cfcba098bb005;hpb=4b12f0d2a6ab1166b3d0cc7412789a7279a47b62;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/manifests/director/client.pp b/modules/bacula/manifests/director/client.pp index 09117c66b..cbfd13984 100644 --- a/modules/bacula/manifests/director/client.pp +++ b/modules/bacula/manifests/director/client.pp @@ -2,15 +2,19 @@ # # This is stored config by a client, collected on the director # -# @param port_fd port that this node's bacula-fd is listening on -# @param client name of the client (relevant for device names, media type names, etc.) -# @param client_name bacula client name -# @param client_secret shared secret between director and client +# @param port_fd port that this node's bacula-fd is listening on +# @param client name of the client (relevant for device names, media type names, etc.) +# @param client_name bacula client name +# @param client_secret shared secret between director and client +# @param file_retention how long to keep information about which files are in which volumes/jobs +# @param job_retention how long to keep job records define bacula::director::client ( Integer $port_fd, Stdlib::Host $client = $name, String $client_name, String $client_secret, + String $file_retention = '30 days', # XXX remove defaults + String $job_retention = '100 days', # XXX remove defaults ) { include bacula::director