-
Notifications
You must be signed in to change notification settings - Fork 8
/
metadata.json
32 lines (32 loc) · 961 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
{
"name": "jbeard-portmap",
"version": "0.1.12",
"author": "jbeard",
"summary": "Module controlling the portmap/rpcbind daemon.",
"license": "Apache-2.0",
"source": "https://github.com/jbeard6/jbeard-portmap",
"project_page": "https://github.com/jbeard6/jbeard-portmap",
"issues_url": "https://github.com/jbeard6/jbeard-portmap/issues",
"description": "This module installs and controls the execution of the portmap/rpcbind daemon.",
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "5", "6", "7" ]
},
{
"operatingsystem":"Debian",
"operatingsystemrelease":[ "7.0" ]
},
{
"operatingsystem":"Ubuntu",
"operatingsystemrelease":[ "12.04", "13.10", "14.04" ]
},
{
"operatingsystem":"OpenBSD",
"operatingsystemrelease":[ ]
}
],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 4.0.0 <5.0.0"}
]
}