Skip to content

Commit

Permalink
Merge pull request #32 from jordiprats/master
Browse files Browse the repository at this point in the history
sles 12.4
  • Loading branch information
jordiprats authored Feb 8, 2019
2 parents 9cfd2e5 + 8107fb4 commit 3051571
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.3.5

* added support for SLES 11.4

## 0.3.4

* added **manage_config_file** flag
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
$sysctlreload='sysctl -e -p'
$randomize_va_space_default='1'
}
'12.3':
/^12.[34]/:
{
$execshield_default=undef
$sysctlreload='sysctl -e --system'
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eyp-sysctl",
"version": "0.3.4",
"version": "0.3.5",
"author": "eyp",
"summary": "configure and manage sysctl",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [ "11.3", "12.3" ]
"operatingsystemrelease": [ "11.3", "12.3", "12.4" ]
}
],
"requirements": [
Expand Down

0 comments on commit 3051571

Please sign in to comment.