forked from RocketChat/puppet-rocketchat
-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.json
34 lines (33 loc) · 1020 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
{
"name": "rocketchat-rocketchat",
"version": "0.1.0",
"author": "Karol Kozakowski",
"summary": "Install and configures Rocket Chat Server",
"license": "MIT",
"source": "github.com/rocketchat/puppet-rocketchat",
"project_page": "https://github.com/rocketchat/puppet-rocketchat",
"issues_url": "https://github.com/rocketchat/puppet-rocketchat/issues",
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 1.0.0"},
{"name":"puppetlabs-mongodb","version_requirement":">= 0.17.0"},
{"name":"willdurand-nodejs","version_requirement":">= 2.0.0-alpha3"},
{"name":"maestrodev-wget","version_requirement":">=1.7.0"},
{"name":"puppet-archive", "version_requirement":">=1.3.0"}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7",
"8"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04"
]
}
]
}