-
Notifications
You must be signed in to change notification settings - Fork 7
/
metadata.json
42 lines (42 loc) · 911 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
{
"name": "nick-rancher",
"version": "1.0.0",
"author": "Nick Schuch",
"summary": "Deploy Rancher, a container orchestration tool",
"license": "Apache-2.0",
"source": "https://github.com/nickschuch/puppet-rancher",
"project_page": "https://github.com/nickschuch/puppet-rancher",
"issues_url": "https://github.com/nickschuch/puppet-rancher/issues",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 3.2.0 < 5.0.0"
},
{
"name": "garethr-docker",
"version_requirement": ">= 5.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
}
],
"tags": [
"rancher",
"docker",
"containers"
]
}