forked from justinclayton/puppet-module-serf
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.json
42 lines (42 loc) · 993 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": "justinclayton-serf",
"version": "1.0.0",
"source": "https://github.com/justinclayton/puppet-module-serf.git",
"author": "justinclayton",
"license": "MIT",
"summary": "Downloads serf and manages serf agents",
"description": "\n Downloads the serf binary from http://serfdom.io,\n installs the appropriate init script,\n and manages agent configuration",
"project_page": "https://github.com/justinclayton/puppet-module-serf",
"dependencies": [
{
"name": "nanliu/staging",
"version_requirement": ">= 0.3.1"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6"
]
}
],
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
},
{
"name": "puppet",
"version_requirement": "3.x"
}
]
}