-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmetadata.json
More file actions
40 lines (39 loc) · 936 Bytes
/
metadata.json
File metadata and controls
40 lines (39 loc) · 936 Bytes
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
{
"name": "danfoster-eximsimple",
"version": "0.1.4",
"author": "Dan Foster",
"summary": "A simple module to configure exim to route mail via a smarthost.",
"license": "Apache 2.0",
"source": "http://github.com/danfoster/puppet-eximsimple",
"project_page": "https://github.com/danfoster/puppet-eximsimple",
"issues_url": "https://github.com/danfoster/puppet-eximsimple/issues",
"tags": ["exim", "rhel", "centos", "debian"],
"operatingsystem_supprt": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7"
"8",
]
},
],
"dependencies": [
{"name":"stahnma-epel","version_requirement":">= 1.0.0"}
]
}