Skip to content

Commit

Permalink
Merge pull request #36 from JoanMa/master
Browse files Browse the repository at this point in the history
change variable name due error:
  • Loading branch information
JoanMa authored Jul 26, 2022
2 parents 10a0f84 + ede683b commit 20fe048
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
$disp_qos = 'lossy',
$log_group = 'root',
$name_format = 'NONE',
$name = undef,
$name_host = undef,
$max_log_file_action = 'ROTATE',
$space_left = '75',
) inherits audit::params {
Expand Down
4 changes: 2 additions & 2 deletions templates/auditdconf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ priority_boost = 4
disp_qos = <%= @disp_qos %>
dispatcher = /sbin/audispd
name_format = NONE
<% if defined?(@name) -%>
name = <%= @name %>
<% if defined?(@name_host) -%>
name = <%= @name_host %>
<% else -%>
##name = mydomain
<% end -%>
Expand Down

0 comments on commit 20fe048

Please sign in to comment.