X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=metadata.json;h=168eb29cbaf5d107ba66a2a8b141a85758ebbc8c;hb=ae8f96a0935538ab9974e2c0b40192fa77b55cb7;hp=ccb4458443c958afa5328060f0b9b2e5b0770744;hpb=d1e87d477466455220daff8fe36ea1516591fd67;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/metadata.json b/metadata.json index ccb4458..168eb29 100644 --- a/metadata.json +++ b/metadata.json @@ -1,26 +1,41 @@ { - "name": "puppetlabs/apt", - "version": "1.3.0", - "summary": "Apt key and source management", - "source": "git@github.com/puppetlabs/puppetlabs-apt.git", - "project_page": "http://github.com/puppetlabs/puppetlabs-apt", - "author": "Puppet Labs", - "license": "Apache-2.0", - "operatingsystem_support": [ - "Debian", - "Ubuntu" - ], - "puppet_version": [ - 2.7, - 3.0, - 3.1, - 3.2, - 3.3 - ], - "dependencies": [ - { - "name": "puppetlabs/stdlib", - "version_requirement": ">= 2.2.1" - } - ] + "name": "puppetlabs-apt", + "version": "2.2.2", + "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.5.0 < 5.0.0"} + ], + "operatingsystem_support": [ + { + "operatingsystem": "Debian", + "operatingsystemrelease": [ + "6", + "7", + "8" + ] + }, + { + "operatingsystem": "Ubuntu", + "operatingsystemrelease": [ + "10.04", + "12.04", + "14.04" + ] + } + ], + "requirements": [ + { + "name": "pe", + "version_requirement": ">= 3.3.0 < 2015.4.0" + }, + { + "name": "puppet", + "version_requirement": ">= 3.0.0 < 5.0.0" + } + ] }