diff --git a/metadata.json b/metadata.json index c00ec46..7119c69 100644 --- a/metadata.json +++ b/metadata.json @@ -1,61 +1,61 @@ { "name": "icinga-icingaweb2", "version": "2.1.0", "author": "Icinga Development Team", "summary": "Icinga Web 2 Puppet Module", "license": "Apache-2.0", "source": "https://github.com/Icinga/puppet-icingaweb2.git", "project_page": "https://github.com/Icinga/puppet-icingaweb2", "issues_url": "https://github.com/Icinga/puppet-icingaweb2/issues", "requirements": [ { "name": "puppet", "version_requirement": ">= 4.7.0 < 6.0.0" } ], "dependencies": [ { "name":"puppetlabs/stdlib","version_requirement":">= 4.16.0 < 5.0.0" }, { "name": "puppetlabs/concat", "version_requirement": ">= 2.0.1 < 5.0.0" }, - { "name":"puppetlabs/vcsrepo","version_requirement":">= 1.3.0 < 2.0.0" } + { "name":"puppetlabs/vcsrepo","version_requirement":">= 1.3.0 < 3.0.0" } ], "tags": [ "icinga", "icinga2", "icingaweb2", "monitoring" ], "operatingsystem_support": [ { "operatingsystem": "Debian", "operatingsystemrelease": [ "7", "8", "9" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ "6", "7" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "6", "7" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "14.04", "16.04" ] }, { "operatingsystem": "SLES", "operatingsystemrelease": [ "12" ] } ] }