-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
27 lines (27 loc) · 821 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
{
"author": "William W. Kimball, Jr., MBA, MSIS",
"name": "wwkimball-dovecot",
"version": "0.1.0",
"summary": "Fully manages dovecot and its plugins",
"license": "Apache-2.0",
"project_page": "https://github.com/wwkimball/wwkimball-dovecot",
"source": "https://github.com/wwkimball/wwkimball-dovecot.git",
"issues_url": "https://github.com/wwkimball/wwkimball-dovecot/issues",
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": "4.x" }
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["6", "7"]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": ["6", "7"]
}
],
"requirements": [
{ "name": "puppet", "version_requirement": ">= 4.9.0" }
],
"tags": [ "dovecot", "hiera" ]
}