Skip to content

Commit

Permalink
Merge pull request #32 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 1d4e2bd + 2c8ec6e commit a6f06bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 0.2.9
## 0.2.10

* bugfix **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 @@ -11,7 +11,7 @@
fail('Unable to set custom rules using audit::customfile on this OS')
}

file { '${audit::params::auditd_dir}/${filename}':
file { "${audit::params::auditd_dir}/${filename}":
ensure => $ensure,
owner => 'root',
group => 'root',
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.9",
"version": "0.2.10",
"author": "eyp",
"summary": "auditd management",
"license": "Apache-2.0",
Expand Down

0 comments on commit a6f06bc

Please sign in to comment.