Declare support for Puppet 5 & 6

This commit is contained in:
Ewoud Kohl van Wijngaarden 2020-11-26 01:03:56 +01:00
parent 049028fe01
commit 78b3f2c509
No known key found for this signature in database
GPG Key ID: C6EC8F04A934BAB1

View File

@ -7,6 +7,12 @@
"source": "https://github.com/xaque208/puppet-ldapquery", "source": "https://github.com/xaque208/puppet-ldapquery",
"project_page": "https://github.com/xaque208/puppet-ldapquery", "project_page": "https://github.com/xaque208/puppet-ldapquery",
"issues_url": "https://github.com/xaque208/puppet-ldapquery/issues", "issues_url": "https://github.com/xaque208/puppet-ldapquery/issues",
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 5.5.8 < 7.0.0"
}
],
"dependencies": [ "dependencies": [
] ]