-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
40 lines (40 loc) · 954 Bytes
/
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
{
"name": "unibehpc-pdsh",
"version": "0.2.2",
"author": "unibehpc",
"summary": "Manages pdsh installation and configuration including additional mods and associated files",
"license": "Apache-2.0",
"source": "https://github.com/id-unibe-ch/puppet-module-pdsh",
"issues_url": "https://github.com/id-unibe-ch/puppet-module-pdsh/issues",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.1 <9.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.21.0 < 8.0.0"
}
],
"pdk-version": "2.2.0",
"template-url": "pdk-default#2.2.0",
"template-ref": "tags/2.2.0-0-g2381db6"
}