forked from fsalum/puppet-slack
-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.json
30 lines (30 loc) · 910 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
{
"name": "fsalum-slack",
"version": "0.0.2",
"source": "git://github.com/fsalum/puppet-slack.git",
"author": "Felipe Salum",
"license": "Apache 2.0",
"summary": "Slack.com integration for Puppet report processor",
"project_page": "https://github.com/fsalum/puppet-slack",
"issues_url": "https://github.com/fsalum/puppet-slack/issues",
"tags": ["slack", "chat", "messaging", "communication"],
"requirements": [],
"operatingsystem_support": [
{ "operatingsystem":"Centos",
"operatingsystemrelease":[ "5.0", "6.0" ] },
{ "operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12.04", "14.04" ] }
],
"requirements": [
{ "name": "pe",
"version_requirement": "3.x" },
{ "name": "puppet",
"version_requirement": "3.x" }
],
"dependencies": [
{
"name": "landcareresearch/check_run",
"version_requirement": ">= 0.2.3"
}
]
}