]> gitweb.fluxo.info Git - puppet-mailalias_core.git/commitdiff
Drop version requirement down a few notches
authorBen Ford <ben.ford@puppet.com>
Tue, 20 Nov 2018 00:05:30 +0000 (16:05 -0800)
committerGitHub <noreply@github.com>
Tue, 20 Nov 2018 00:05:30 +0000 (16:05 -0800)
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).

metadata.json

index e616ec80140901becd644f27258448bdbc3f1a15..9597cbc34f8b404f41c64664f23e5f5e72f98dff 100644 (file)
@@ -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",