Skip to content

Commit

Permalink
Merge pull request #31 from jordiprats/master
Browse files Browse the repository at this point in the history
bugfix
  • Loading branch information
jordiprats authored Dec 10, 2019
2 parents 533e6ab + 2ef83ed commit 1d4e2bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.2.9

* bugfix **audit::customfile**

## 0.2.8

* added content variable for **audit::customfile**
Expand Down
2 changes: 1 addition & 1 deletion manifests/customfile.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
) {
include ::audit

if(!defined($audit::params::auditd_dir))
if($audit::params::auditd_dir==undef)
{
fail('Unable to set custom rules using audit::customfile on this OS')
}
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.2.8",
"version": "0.2.9",
"author": "eyp",
"summary": "auditd management",
"license": "Apache-2.0",
Expand Down

0 comments on commit 1d4e2bd

Please sign in to comment.