Skip to content

Commit

Permalink
Release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thias committed Jun 30, 2021
1 parent 438a5de commit 403075c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#### 2021-06-30 - 1.0.7
* Add missing owner/group to 99-sysctl.conf that could get inherited.
* Fix 99-sysctl.conf being removed on RHEL8+.

Expand Down
8 changes: 4 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thias-sysctl",
"version": "1.0.6",
"version": "1.0.7",
"author": "Matthias Saou",
"license": "Apache-2.0",
"summary": "Sysctl module",
Expand All @@ -11,11 +11,11 @@
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "5", "6", "7" ]
"operatingsystemrelease": [ "5", "6", "7", "8" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "5", "6", "7" ]
"operatingsystemrelease": [ "5", "6", "7", "8" ]
},
{
"operatingsystem": "Debian",
Expand All @@ -33,7 +33,7 @@
},
{
"name": "puppet",
"version_requirement": ">=2.7.20 <4.1.0"
"version_requirement": ">=2.7.20 <8.0.0"
}
],
"dependencies": []
Expand Down

0 comments on commit 403075c

Please sign in to comment.