Skip to content

Commit

Permalink
RHEL 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed May 22, 2019
1 parent 2bcc7f6 commit 5f83bb0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 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.4

* Added support for RHEL 8

## 0.2.3

* SuSE bugfix: added default flush
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
$audispd_package=undef
$flush_default = 'INCREMENTAL'
}
/^7.*$/:
/^[78].*$/:
{
$audit_file='/etc/audit/rules.d/eyp-audit.rules'
$service_restart = '/usr/libexec/initscripts/legacy-actions/auditd/restart'
Expand Down
12 changes: 6 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eyp-audit",
"version": "0.2.3",
"version": "0.2.4",
"author": "eyp",
"summary": "auditd management",
"license": "Apache-2.0",
Expand All @@ -15,23 +15,23 @@
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6", "7" ]
"operatingsystemrelease": [ "6", "7", "8" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6", "7" ]
"operatingsystemrelease": [ "6", "7", "8" ]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [ "6", "7" ]
"operatingsystemrelease": [ "6", "7", "8" ]
},
{
"operatingsystem": "OEL",
"operatingsystemrelease": [ "6", "7" ]
"operatingsystemrelease": [ "6", "7", "8" ]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [ "6", "7" ]
"operatingsystemrelease": [ "6", "7", "8" ]
},
{
"operatingsystem": "Ubuntu",
Expand Down

0 comments on commit 5f83bb0

Please sign in to comment.