forked from LadyNamedLaura/puppet-sentry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
21 lines (21 loc) · 866 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "covermymeds-sentry",
"version": "3.0.0",
"author": "CoverMyMeds",
"license": "MIT",
"summary": "Install and configure Sentry",
"source": "https://github.com/covermymeds/puppet-sentry",
"project_page": "https://github.com/covermymeds//puppet-sentry",
"issues_url": "https://github.com/covermymeds/puppet-sentry/issues",
"tags": ["sentry", "getsentry"],
"operatingsystem_support": [
{ "operatingsystem":"RedHat", "operatingsystemrelease":[ "7" ] },
{ "operatingsystem":"Debian", "operatingsystemrelease":[ "8" ] }
],
"dependencies": [
{ "name": "puppetlabs/apache", "version_requirement": ">= 1.5.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.6.0" },
{ "name": "stankevich/python", "version_requirement": ">= 1.9.8" },
{ "name": "yo61/logrotate", "version_requirement": ">= 1.3.0" }
]
}