-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmetadata.json
More file actions
21 lines (21 loc) · 916 Bytes
/
metadata.json
File metadata and controls
21 lines (21 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "evenup-auditd",
"version": "0.3.1",
"author": "Justin Lambert <jlambert@letsevenup.com>",
"license": "Apache-2.0",
"summary": "Manages auditd",
"source": "https://github.com/evenup/evenup-auditd",
"project_page": "https://github.com/evenup/evenup-auditd",
"issues_url": "https://github.com/evenup/evenup-auditd/issues",
"tags": ["auditd", "audit"],
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "10.04", "12.04", "14.04" ] }
],
"dependencies": [
{ "name": "evenup/beaver", "version_requirement": ">=1.0.0 <2.0.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">=1.0.0 <2.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">=3.2.0 <5.0.0" }
]
}