Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed Jun 1, 2017
1 parent d57b734 commit 37306ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.1.12

* bugfix **audit::fsrule** and **audit::syscallrule**

## 0.1.11

* rules management:
Expand Down
2 changes: 1 addition & 1 deletion manifests/fsrule.pp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
$keyname = $name,
) {
#
concat::fragment{ "${audit::params::audit_file} fsrule ${path} ${keyname}":
concat::fragment{ "${audit::params::audit_file} fsrule ${name} ${path} ${keyname}":
target => $audit::params::audit_file,
order => '10',
content => template("${module_name}/fsrule.erb"),
Expand Down
2 changes: 1 addition & 1 deletion manifests/syscallrule.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$fields_neq = {},
) {
#
concat::fragment{ "${audit::params::audit_file} action ${syscall} ${keyname} ${action}":
concat::fragment{ "${audit::params::audit_file} action ${name} ${syscall} ${keyname} ${action}":
target => $audit::params::audit_file,
order => '11',
content => template("${module_name}/syscallrule.erb"),
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eyp-audit",
"version": "0.1.11",
"version": "0.1.12",
"author": "eyp",
"summary": "auditd management",
"license": "Apache-2.0",
Expand Down

0 comments on commit 37306ee

Please sign in to comment.