-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.json
50 lines (49 loc) · 1.06 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
44
45
46
47
48
49
50
{
"name": "tspy-code_deploy",
"version": "1.0.4",
"author": "Tommy Speigner",
"summary": "A Puppet Task for Puppet Code Deployments",
"license": "Apache-2.0",
"source": "https://github.com/tspeigner/puppet-code_deploy",
"project_page": "https://github.com/tspeigner/puppet-code_deploy",
"issues_url": "https://github.com/tspeigner/puppet-code_deploy/issues",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat"
},
{
"operatingsystem": "CentOS"
},
{
"operatingsystem": "OracleLinux"
},
{
"operatingsystem": "Scientific"
},
{
"operatingsystem": "SLES"
},
{
"operatingsystem": "Ubuntu"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 5.0.0 < 6.0.0"
}
],
"tags": [
"code",
"deploy",
"manager",
"code manager",
"code deploy",
"puppet code deploy"
],
"pdk-version": "1.4.1",
"template-url": "https://github.com/puppetlabs/pdk-templates",
"template-ref": "1.4.1-0-g52adbbb"
}