-
Notifications
You must be signed in to change notification settings - Fork 33
/
metadata.json
26 lines (26 loc) · 913 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
{
"name": "actionjack-mailcatcher",
"version": "0.1.11",
"author": "ActionJack",
"license": "Apache-2.0",
"summary": "Install and configure the mailcatcher application.",
"source": "https://github.com/actionjack/puppet-mailcatcher",
"project_page": "https://forge.puppetlabs.com/actionjack/mailcatcher",
"issues_url": "https://github.com/actionjack/puppet-mailcatcher/issues",
"tags": ["mailcatcher", "mock", "smtp"],
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "5.0", "6.0" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12.04", "10.04" ]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=3.2.0 <5.0.0" },
{ "name": "puppetlabs/firewall", "version_requirement": ">= 0.0.4" },
{ "name": "puppetlabs/gcc", "version_requirement": ">= 0.3.0" }
]
}