96ef7ffdaedc719ba76f2e197f650447442f9fca
[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       ]
31     }
32   ],
33   "requirements": [
34     {
35       "name": "puppet",
36       "version_requirement": ">= 6.0.0 < 8.0.0"
37     }
38   ],
39   "template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
40   "template-ref": "heads/main-0-g806810b",
41   "pdk-version": "2.4.0"
42 }