X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=metadata.json;h=78db794226b4f0142c36e2ac5ec0055aedc0d54d;hb=2c6b0c7cc6ce2f2ee7fcf7afd29943e55379a7e4;hp=ccb4458443c958afa5328060f0b9b2e5b0770744;hpb=d1e87d477466455220daff8fe36ea1516591fd67;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/metadata.json b/metadata.json index ccb4458..78db794 100644 --- a/metadata.json +++ b/metadata.json @@ -1,26 +1,48 @@ { - "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": "7.7.1", + "author": "puppetlabs", + "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.16.0 < 7.0.0" + }, + { + "name": "puppetlabs/translate", + "version_requirement": ">= 1.0.0 < 3.0.0" + } + ], + "operatingsystem_support": [ + { + "operatingsystem": "Debian", + "operatingsystemrelease": [ + "8", + "9", + "10" + ] + }, + { + "operatingsystem": "Ubuntu", + "operatingsystemrelease": [ + "14.04", + "16.04", + "18.04", + "20.04" + ] + } + ], + "requirements": [ + { + "name": "puppet", + "version_requirement": ">= 5.5.10 < 8.0.0" + } + ], + "template-url": "https://github.com/puppetlabs/pdk-templates.git#main", + "template-ref": "heads/main-0-g1862b96", + "pdk-version": "1.19.0.pre (47)" }