From: Ben Ford Date: Tue, 20 Nov 2018 00:05:30 +0000 (-0800) Subject: Drop version requirement down a few notches X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1e6d5d60561701d967ff4a7969da638d7ca5922c;p=puppet-mailalias_core.git Drop version requirement down a few notches Since this type is not bundled with puppet-agent we should loosen the version requirements. People will be adding it to their module's dependencies, and will expect this module to claim support for the Puppet version they're using. This module appears to [already be tested on Puppet 4.10](https://github.com/puppetlabs/puppetlabs-mailalias_core/blob/master/.travis.yml#L28). --- diff --git a/metadata.json b/metadata.json index e616ec8..9597cbc 100644 --- a/metadata.json +++ b/metadata.json @@ -75,7 +75,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 6.0.0 < 7.0.0" + "version_requirement": ">= 4.10.0 < 7.0.0" } ], "pdk-version": "1.5.0",