-
Notifications
You must be signed in to change notification settings - Fork 25
/
metadata.json
20 lines (20 loc) · 939 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "jamtur01-hipchat",
"version": "999.999.999",
"author": "James Turnbull <[email protected]>",
"license": "Apache-2.0",
"summary": "A Puppet report handler for sending notifications of failed runs to HipChat",
"source": "https://github.com/jamtur01/puppet-hipchat",
"project_page": "https://github.com/jamtur01/puppet-hipchat",
"issues_url": "https://github.com/jamtur01/puppet-hipchat/issues",
"tags": ["hipchat", "notifications", "report"],
"operatingsystem_support": [
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "7", "8" ] },
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "12.04", "14.04", "16.04" ] }
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=3.2.0 <5.0.0" }
]
}