Merge pull request #1052 from puppetlabs/maint-harden_ppa
[puppet-modules/puppetlabs-apt.git] / metadata.json
1 {
2   "name": "puppetlabs-apt",
3   "version": "8.5.0",
4   "author": "puppetlabs",
5   "summary": "Provides an interface for managing Apt source, key, and definitions with Puppet",
6   "license": "Apache-2.0",
7   "source": "https://github.com/puppetlabs/puppetlabs-apt",
8   "project_page": "https://github.com/puppetlabs/puppetlabs-apt",
9   "issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
10   "dependencies": [
11     {
12       "name": "puppetlabs/stdlib",
13       "version_requirement": ">= 4.16.0 < 9.0.0"
14     }
15   ],
16   "operatingsystem_support": [
17     {
18       "operatingsystem": "Debian",
19       "operatingsystemrelease": [
20         "9",
21         "10",
22         "11"
23       ]
24     },
25     {
26       "operatingsystem": "Ubuntu",
27       "operatingsystemrelease": [
28         "18.04",
29         "20.04",
30         "22.04"
31       ]
32     }
33   ],
34   "requirements": [
35     {
36       "name": "puppet",
37       "version_requirement": ">= 6.0.0 < 8.0.0"
38     }
39   ],
40   "template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
41   "template-ref": "heads/main-0-g806810b",
42   "pdk-version": "2.4.0"
43 }