Skip to content

Commit

Permalink
Merge pull request #6 from jordiprats/master
Browse files Browse the repository at this point in the history
 	suport ubunut16
  • Loading branch information
jordiprats authored Feb 3, 2017
2 parents 0633eb8 + 76cb097 commit d3df2f6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CHANGELOG

# 0.1.13

* ubnutu 16.04 support
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
case $::operatingsystemrelease
{
/^14.*/:
/^1[46].*/:
{
$default_mode='disable'
}
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-apparmor",
"version": "0.1.12",
"version": "0.1.13",
"author": "eyp",
"summary": "manages apparmor",
"license": "Apache-2.0",
Expand All @@ -13,7 +13,7 @@
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04" ]
"operatingsystemrelease": [ "14.04", "16.04" ]
},
{
"operatingsystem": "SLES",
Expand Down

0 comments on commit d3df2f6

Please sign in to comment.