-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmetadata.json
More file actions
50 lines (50 loc) · 1.13 KB
/
metadata.json
File metadata and controls
50 lines (50 loc) · 1.13 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=2.7.20 <4.0.0"
}
],
"name": "mjhas-mailserver",
"version": "1.0.1",
"summary": "This Module provides a mailserver with postfix as SMTP-Server and dovecot as IMAP Server with virtual configuration stored in a postgres database",
"author": "mjhas",
"dependencies": [
{
"name": "mjhas/amavis",
"version_requirement": "1.0.0"
},
{
"name": "mjhas/clamav",
"version_requirement": "1.0.0"
},
{
"name": "mjhas/dovecot",
"version_requirement": "1.0.1"
},
{
"name": "mjhas/postfix",
"version_requirement": "1.0.0"
},
{
"name": "puppetlabs/postgresql",
"version_requirement": ">=3.0.0"
}
],
"source": "https://github.com/mjhas/mailserver.git",
"project_page": "https://github.com/mjhas/mailserver.git",
"license": "Apache License 2.0"
}