forked from walkamongus/realmd
-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.json
38 lines (38 loc) · 861 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
{
"name": "walkamongus-realmd",
"version": "2.4.0",
"author": "Chadwick Banning",
"summary": "Puppet module to install and configure Realmd",
"data_provider": "hiera",
"license": "Apache-2.0",
"source": "https://github.com/walkamongus/realmd",
"project_page": "https://github.com/walkamongus/realmd",
"issues_url": "https://github.com/walkamongus/realmd/issues",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">=3.2.0 <5.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.0.0 < 6.0.0"
}
]
}