-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmetadata.json
More file actions
29 lines (29 loc) · 786 Bytes
/
Copy pathmetadata.json
File metadata and controls
29 lines (29 loc) · 786 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
{
"name": "thias-apache_httpd",
"version": "1.0.0",
"author": "Matthias Saou",
"license": "Apache-2.0",
"summary": "Manage the Apache httpd web server and its configuration with snippets.",
"source": "git://github.com/thias/puppet-apache_httpd",
"project_page": "https://github.com/thias/puppet-apache_httpd",
"issues_url": "https://github.com/thias/puppet-apache_httpd/issues",
"tags": ["web", "apache", "httpd"],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "5", "6", "7" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "5", "6", "7" ]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=2.7.20 <4.1.0"
}
],
"dependencies": [
]
}