X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=metadata.json;h=1b21a5c193f04f7c33ed38ce39c991bc82b7fb92;hb=e5d46560e4be3b5a17ce5c260f9ed1f051d731c3;hp=8c93b0a1588541521f1a250fbe47d544c8953b56;hpb=39758f4f5e757f957862dec27e586691f71a358b;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/metadata.json b/metadata.json index 8c93b0a..1b21a5c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,31 +1,38 @@ { - "name": "puppetlabs-apt", - "version": "1.5.1", - "source": "https://github.com/puppetlabs/puppetlabs-apt", - "author": "Puppet Labs", - "license": "Apache-2.0", - "project_page": "https://github.com/puppetlabs/puppetlabs-apt", - "summary": "Puppet Labs Apt Module", - "operatingsystem_support": [ - { - "operatingsystem": "Debian", - "operatingsystemrelease": [ - "6", - "7" - ] - }, - { - "operatingsystem": "Ubuntu", - "operatingsystemrelease": [ - "10.04", - "12.04", - "14.04" - ] - } - ], - "requirements": [ - { "name": "pe", "version_requirement": ">= 3.2.0 < 3.4.0" }, - { "name": "puppet", "version_requirement": "3.x" } - ], - "dependencies": [] + "name": "puppetlabs-apt", + "version": "2.3.0", + "author": "Puppet Labs", + "summary": "Provides an interface for managing Apt source, key, and definitions with Puppet", + "license": "Apache-2.0", + "source": "https://github.com/puppetlabs/puppetlabs-apt", + "project_page": "https://github.com/puppetlabs/puppetlabs-apt", + "issues_url": "https://tickets.puppetlabs.com/browse/MODULES", + "dependencies": [ + {"name":"puppetlabs/stdlib","version_requirement":">= 4.13.0 < 5.0.0"} + ], + "operatingsystem_support": [ + { + "operatingsystem": "Debian", + "operatingsystemrelease": [ + "6", + "7", + "8" + ] + }, + { + "operatingsystem": "Ubuntu", + "operatingsystemrelease": [ + "10.04", + "12.04", + "14.04", + "16.04" + ] + } + ], + "requirements": [ + { + "name": "puppet", + "version_requirement": ">= 3.0.0 < 5.0.0" + } + ] }