-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmetadata.json
More file actions
47 lines (47 loc) · 1.04 KB
/
metadata.json
File metadata and controls
47 lines (47 loc) · 1.04 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
{
"name": "ULHPC-exim4",
"version": "0.3.2",
"author": "ULHPC Team",
"mail": "hpc-sysadmins@uni.lu",
"summary": "Configure and manage exim4",
"description": "Configure and manage exim4",
"license": "GPL-3.0",
"source": "https://github.com/ULHPC/puppet-exim4",
"docs_project": "ulhpc-puppet-exim4",
"project_page": "https://github.com/ULHPC/puppet-exim4",
"issues_url": "https://github.com/ULHPC/puppet-exim4/issues",
"forge_url": "https://forge.puppetlabs.com/ULHPC/exim4",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">=4.2.2 <7.0.0"
},
{
"name": "puppetlabs-mailalias_core",
"version_requirement": ">=1.0.0 <2.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
}
],
"tags": [
"exim",
"exim4",
"mail",
"mta"
],
"classes": [
"exim4",
"exim4::common",
"exim4::debian",
"exim4::params",
"exim4::redhat"
],
"definitions": []
}