From d65e20e9ea41625d5a35e1ad6d73e69f2122662c Mon Sep 17 00:00:00 2001 From: Joan Manel Calaseit Date: Wed, 27 Jul 2022 10:55:38 +0200 Subject: [PATCH] missing variable references on template --- templates/auditdconf.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/auditdconf.erb b/templates/auditdconf.erb index bef05d8..fdc86d5 100644 --- a/templates/auditdconf.erb +++ b/templates/auditdconf.erb @@ -14,14 +14,14 @@ num_logs = 5 priority_boost = 4 disp_qos = <%= @disp_qos %> dispatcher = /sbin/audispd -name_format = NONE +name_format = <%= @name_format %> <% if defined?(@name_host) -%> name = <%= @name_host %> <% else -%> ##name = mydomain <% end -%> -max_log_file_action = ROTATE -space_left = 75 +max_log_file_action = <%= @max_log_file_action %> +space_left = <%= @space_left %> space_left_action = SYSLOG action_mail_acct = root admin_space_left = 50