Make rentention periods configurable with hiera, per client
[mirror/dsa-puppet.git] / modules / bacula / templates / director / dir-per-client.erb
index 713bc3e..15a77c2 100644 (file)
@@ -28,8 +28,8 @@ Client {
   FDPort = <%= @port_fd %>
   Catalog = MyCatalog
   Password = "<%= @client_secret %>"
-  File Retention = 30 days
-  Job Retention = 3 months
+  File Retention = <%= @file_retention %>
+  Job Retention = <%= @job_retention %>
   AutoPrune = yes
 
   TLS Enable = yes