aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Ford <ben.ford@puppet.com>2018-11-19 16:05:30 -0800
committerGitHub <noreply@github.com>2018-11-19 16:05:30 -0800
commit1e6d5d60561701d967ff4a7969da638d7ca5922c (patch)
tree3c083cdb7006c17c49d8ba94ee4ad3072398009c
parentb0f14df94539a137da07790516d0253df43e4590 (diff)
downloadpuppet-mailalias_core-1e6d5d60561701d967ff4a7969da638d7ca5922c.tar.gz
puppet-mailalias_core-1e6d5d60561701d967ff4a7969da638d7ca5922c.tar.bz2
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).
-rw-r--r--metadata.json2
1 files changed, 1 insertions, 1 deletions
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",