(MODULES-7023) - Removing duplication in sync.yml
[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         "7",
21         "8"
22       ]
23     },
24     {
25       "operatingsystem": "Ubuntu",
26       "operatingsystemrelease": [
27         "14.04",
28         "16.04"
29       ]
30     }
31   ],
32   "requirements": [
33     {
34       "name": "puppet",
35       "version_requirement": ">= 4.7.0 < 6.0.0"
36     }
37   ],
38   "template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git",
39   "template-ref": "1.3.2-0-g07678c8"
40 }