forked from alphagov/puppet-aptly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
43 lines (43 loc) · 1.01 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "gdsoperations-aptly",
"version": "1.0.0",
"author": "Government Digital Service",
"summary": "Module to manage aptly",
"license": "MIT",
"source": "https://github.com/gds-operations/puppet-aptly",
"project_page": "https://github.com/gds-operations/puppet-aptly",
"issues_url": "https://github.com/gds-operations/puppet-aptly/issues",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.0.0 <5.0.0"
},
{
"name": "puppetlabs/apt",
"version_requirement": ">=4.0.0 <5.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"14.04",
"16.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.0 < 7.0.0"
}
],
"tags": [
"apt",
"aptly"
],
"pdk-version": "1.7.1",
"template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git",
"template-ref": "1.7.1-0-g810b982"
}