Skip to content

Commit

Permalink
Merge pull request #27 from jordiprats/master
Browse files Browse the repository at this point in the history
sles 11.3
  • Loading branch information
jordiprats authored Oct 29, 2018
2 parents 13fd964 + 37c65df commit b51b417
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 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.3

* added support for SLES 11.3

## 0.3.2

* added support for SLES 12.3
Expand Down
6 changes: 6 additions & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
{
case $::operatingsystemrelease
{
'11.3':
{
$execshield_default=undef
$sysctlreload='sysctl -e -p'
$randomize_va_space_default='1'
}
'12.3':
{
$execshield_default=undef
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.2",
"version": "0.3.3",
"author": "eyp",
"summary": "configure and manage sysctl",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [ "12.3" ]
"operatingsystemrelease": [ "11.3", "12.3" ]
}
],
"requirements": [
Expand Down

0 comments on commit b51b417

Please sign in to comment.