From 9ecb0be5f53934a93f7200d43d66a92014fb490d Mon Sep 17 00:00:00 2001 From: Phil Friderici Date: Mon, 10 Dec 2018 11:31:37 +0000 Subject: [PATCH] Add support for Puppet 5 & 6 --- .travis.yml | 4 ++++ README.md | 6 +++--- metadata.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 53de5e1..9b113b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 40b5b9b..fd33b45 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/metadata.json b/metadata.json index 8e3f968..51cefd9 100644 --- a/metadata.json +++ b/metadata.json @@ -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": [ {