Skip to content

Commit

Permalink
sles 12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed Sep 25, 2018
1 parent 56b6329 commit 167d403
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
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.16

* added SLES 12.3 support

## 0.1.15

* added Ubuntu 18.04 support
Expand Down
6 changes: 6 additions & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@
$service_restart = '/etc/init.d/auditd restart'
$service_stop = '/etc/init.d/auditd stop'
}
'12.3':
{
$audit_file='/etc/audit/audit.rules'
$service_restart = undef
$service_stop = undef
}
default: { fail("Unsupported operating system ${::operatingsystem} ${::operatingsystemrelease}") }
}
}
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.15",
"version": "0.1.16",
"author": "eyp",
"summary": "auditd management",
"license": "Apache-2.0",
Expand Down

0 comments on commit 167d403

Please sign in to comment.