[FM-6956] Removal of unsupported OS from apt
[puppet-modules/puppetlabs-apt.git] / metadata.json
1 {
2   "name": "puppetlabs-apt",
3   "version": "4.5.1",
4   "author": "Puppet Labs",
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 < 5.0.0"
14     }
15   ],
16   "operatingsystem_support": [
17     {
18       "operatingsystem": "Debian",
19       "operatingsystemrelease": [
20         "8"
21       ]
22     },
23     {
24       "operatingsystem": "Ubuntu",
25       "operatingsystemrelease": [
26         "14.04",
27         "16.04"
28       ]
29     }
30   ],
31   "requirements": [
32     {
33       "name": "puppet",
34       "version_requirement": ">= 4.7.0 < 6.0.0"
35     }
36   ],
37   "template-url": "https://github.com/puppetlabs/pdk-templates",
38   "template-ref": "heads/master-0-g34e3266",
39   "pdk-version": "1.5.0"
40 }