Skip to content

Commit

Permalink
missing variable references on template
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Manel Calaseit committed Jul 27, 2022
1 parent 20fe048 commit d65e20e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/auditdconf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d65e20e

Please sign in to comment.