forked from HEP-Puppet/htcondor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
39 lines (38 loc) · 815 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
{
"name": "HEPPuppet-htcondor",
"version": "2.0.2",
"summary": "Puppet module for HTCondor batch system",
"author": "HEPPuppet",
"requirements": [
{
"name": "puppetlabs/firewall",
"version_requirement": "~> 1.8"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.1"
}
],
"source": "https://github.com/HEP-Puppet",
"project_page": "https://github.com/HEP-Puppet",
"issues_url": "https://github.com/HEP-Puppet/htcondor/issues",
"license": "Apache-2.0",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
}
],
"dependencies": [
]
}