Skip to content

Commit

Permalink
Merge pull request #23 from jordiprats/master
Browse files Browse the repository at this point in the history
rhel 8
  • Loading branch information
jordiprats authored Oct 10, 2019
2 parents 91dbf27 + 8fc1aa8 commit 6e7e9d2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# CHANGELOG

## 0.1.29

* added support for **RHEL 8**

## 0.1.28

* added support for SLES 12.4
* added support for **SLES 12.4**

## 0.1.27

* added support for SLES 12.3
* added support for **SLES 12.3**

## 0.1.26

Expand All @@ -18,7 +22,7 @@

## 0.1.24

* added support for Ubuntu 18.04
* added support for **Ubuntu 18.04**

## 0.1.23

Expand All @@ -30,7 +34,7 @@

## 0.1.21

* added support for SLES11SP3
* added support for **SLES11SP3**

## 0.1.20

Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
case $::operatingsystemrelease
{
/^[5-7].*$/:
/^[5-8].*$/:
{
}
default: { fail("Unsupported RHEL/CentOS version! - ${::operatingsystemrelease}") }
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-sudoers",
"version": "0.1.28",
"version": "0.1.29",
"author": "eyp",
"summary": "manages sudoers",
"license": "Apache-2.0",
Expand All @@ -13,23 +13,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 6e7e9d2

Please sign in to comment.