forked from scotty-c/puppet-docker_swarm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
28 lines (28 loc) · 972 Bytes
/
metadata.json
File metadata and controls
28 lines (28 loc) · 972 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
28
{
"name": "scottyc-docker_swarm",
"version": "1.0.2",
"author": "scottyc",
"license": "Apache-2.0",
"summary": "A module for Docker Swarm",
"source": "https://github.com/scotty-c/puppet-docker_swarm",
"project_page": "https://github.com/scotty-c/puppet-docker_swarm",
"issues_url": "https://github.com/scotty-c/puppet-docker_swarm",
"tags": ["docker", "swarm"],
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "7.0" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12.04", "14.04" ]
}
],
"dependencies": [
{ "name":"maestrodev/wget","version_requirement":">= 1.7.0" },
{ "name": "puppetlabs/vcsrepo", "version_requirement": ">= 1.2.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.1.0" },
{ "name": "scottyc/golang", "version_requirement": ">= 1.0.0" },
{ "name": "garethr/docker", "version_requirement": ">= 4.0.0" }
]
}