-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmetadata.json
44 lines (44 loc) · 1017 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
41
42
43
44
{
"name": "abstractit-nrpe",
"version": "1.2.1",
"author": "Abstract IT",
"license": "Apache v2 Licence",
"summary": "manage nrpe service and service checks",
"source": "https://github.com/abstractitptyltd/puppet-nrpe",
"project_page": "https://github.com/abstractitptyltd/puppet-nrpe",
"issues_url": "https://github.com/abstractitptyltd/puppet-nrpe/issues",
"tags": ["monitoring","nrpe"],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"14.04"
]
}
],
"dependencies": [
{
"name": "puppetlabs/firewall",
"version_requirement": ">=0.0.4"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=3.2.1"
},
{
"name": "abstractit/sudo",
"version_requirement": ">=1.2.0"
}
],
"requirements": [
{
"name": "pe",
"version_requirement": "3.2.x"
},
{
"name": "puppet",
"version_requirement": "3.x"
}
]
}