forked from vrtdev/puppet-aptly_profile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
52 lines (52 loc) · 1.27 KB
/
metadata.json
File metadata and controls
52 lines (52 loc) · 1.27 KB
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
44
45
46
47
48
49
50
51
52
{
"name": "dpcops-aptly_profile",
"version": "1.3.5",
"author": "VRT DPCOPS",
"summary": "Wrapper arround the aptly module for easier management",
"license": "MIT",
"source": "https://github.com/vrtdev/puppet-aptly_profile",
"project_page": "https://github.com/vrtdev/puppet-aptly_profile",
"issues_url": "https://github.com/vrtdev/puppet-aptly_profile/issues",
"dependencies": [
{
"name": "puppetlabs-apache",
"version_requirement": ">= 1.10.0 < 3.0.0"
},
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.13.1 < 7.0.0"
},
{
"name": "gdsoperations-aptly",
"version_requirement": ">= 0.8.0 <= 1.0.0"
},
{
"name": "dpcops-keypair",
"version_requirement": ">= 1.0.8 < 2.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"9",
"10"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 7.0.0"
}
],
"pdk-version": "3.4.0",
"template-url": "https://github.com/puppetlabs/pdk-templates#3.5.0",
"template-ref": "tags/3.5.0-0-ged6c77a"
}