forked from kindredgroup/puppet-forge_server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
27 lines (27 loc) · 772 Bytes
/
metadata.json
File metadata and controls
27 lines (27 loc) · 772 Bytes
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
{
"name": "unibet-forge_server",
"version": "0.5.0",
"author": "unibet",
"summary": "A Puppet module to manage puppet-forge-server",
"license": "Apache-2.0",
"source": "https://github.com/unibet/puppet-forge_server.git",
"project_page": "https://github.com/unibet/puppet-forge_server",
"issues_url": "https://github.com/unibet/puppet-forge_server/issues",
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 1.0.0"}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6.0", "7.0" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04", "12.04" ]
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [ "12" ]
}
]
}