Skip to content

Commit

Permalink
Merge pull request #8 from jordiprats/master
Browse files Browse the repository at this point in the history
ubuntu 18
  • Loading branch information
jordiprats authored May 3, 2018
2 parents 9e0364c + 7390520 commit b1a8432
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ junit
log
spec/fixtures/
Gemfile.lock
/.yardwarns
/.yardoc
/doc
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,3 @@ matrix:
dist: trusty
bundler_args:
script: bundle exec rake validate
- rvm: default
env: JOB="rake rspec"
dist: trusty
bundler_args:
script: bundle exec rake spec
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

# 0.1.14

* Ubuntu 18.04 support


# 0.1.13

* ubnutu 16.04 support
* Ubuntu 16.04 support
1 change: 1 addition & 0 deletions examples/demo.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
class { 'apparmor': }
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
{
/^1[46].*/:
/^1[468].*/:
{
$default_mode='disable'
}
Expand Down
18 changes: 12 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
{
"name": "eyp-apparmor",
"version": "0.1.13",
"version": "0.1.14",
"author": "eyp",
"summary": "manages apparmor",
"license": "Apache-2.0",
"source": "",
"project_page": null,
"issues_url": null,
"source": "https://github.com/NTTCom-MS/eyp-apparmor",
"project_page": "https://github.com/NTTCom-MS/eyp-apparmor",
"issues_url": "https://github.com/NTTCom-MS/eyp-apparmor/issues",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 1.0.0"}
{"name":"puppetlabs/stdlib","version_requirement":">= 1.0.0 < 9.9.9"}
],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04", "16.04" ]
"operatingsystemrelease": [ "14.04", "16.04", "18.04" ]
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [ "11.3" ]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 3.8.0"
}
]
}

0 comments on commit b1a8432

Please sign in to comment.