From eb0550f9b7bd1fcd08c39a75099a944644130bc9 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 31 May 2018 08:58:37 +0200 Subject: [PATCH] drop centos 6 support CentOS 6 is too old, the provided packages in epel don't work anymore with the module. Some failures can be seen at https://github.com/voxpupuli/puppet-collectd/pull/807 --- metadata.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/metadata.json b/metadata.json index 08a4e7f9a..3850f03eb 100644 --- a/metadata.json +++ b/metadata.json @@ -3,28 +3,24 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "6", "7" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "6", "7" ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ - "6", "7" ] }, { "operatingsystem": "Scientific", "operatingsystemrelease": [ - "6", "7" ] },