Skip to content

Commit

Permalink
Add support for Puppet 5 & 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Friderici committed Dec 10, 2018
1 parent 2c883cb commit 9ecb0be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ matrix:
env: PUPPET_GEM_VERSION="~> 3" FUTURE_PARSER="yes"
- rvm: 2.1.9
env: PUPPET_GEM_VERSION="~> 4"
- rvm: 2.4.1
env: PUPPET_GEM_VERSION="~> 5"
- rvm: 2.5.1
env: PUPPET_GEM_VERSION="~> 6"

notifications:
email: false
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ This module will ensure that sysklogd is absent, which is needed on EL5.

# Compatibility #

This module has been tested to work on the following systems with Puppet
v3 (with and without the future parser) and Puppet v4 with Ruby versions
1.8.7, 1.9.3, 2.0.0, 2.1.0 and 2.3.1.
This module has been tested to work on the following systems with the
latest Puppet v3, v3 with future parser, v4, v5 and v6. See `.travis.yml`
for the exact matrix of supported Puppet and ruby versions.

* Debian 7
* EL 5
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"issues_url": "https://github.com/ghoneycutt/puppet-module-rsyslog/issues",
"description": "Manage rsyslog",
"requirements": [
{"name":"puppet", "version_requirement": ">= 3.0.0 < 5.0.0" }
{"name":"puppet", "version_requirement": ">= 3.0.0 < 7.0.0" }
],
"operatingsystem_support": [
{
Expand Down

0 comments on commit 9ecb0be

Please sign in to comment.