-
Notifications
You must be signed in to change notification settings - Fork 8
/
metadata.json
58 lines (58 loc) · 1.35 KB
/
metadata.json
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
51
52
53
54
55
56
57
58
{
"name": "abuxton-cis_benchmarks",
"version": "0.1.15",
"author": "abuxton",
"summary": "module to impliment CIS benchmarks with capability to support mutiple OS and CIS versions",
"license": "Apache-2.0",
"source": "http://github.com/abuxton/cis_benchmarks",
"project_page": "http://github.com/abuxton/cis_benchmarks",
"issues_url": "http://github.com/abuxton/cis_benchmarks/issues",
"tags": [
"rhel7",
"cis",
"Benchmark",
"compliance",
"puppet"
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
]
}
],
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.17.1"
},
{
"name": "herculesteam-augeasproviders_core",
"version_requirement": ">= 2.1.3 < 5.0.0"
},
{
"name": "herculesteam-augeasproviders_pam",
"version_requirement": ">= 2.1.0 < 5.0.0"
},
{
"name": "fiddyspence/sysctl",
"version_requirement": ">= 1.1.0 < 5.0.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 1.1.0 < 5.0.0"
},
{
"name": "kemra102/auditd",
"version_requirement": ">= 2.2.0 < 5.0.0"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7"
}
],
"data_provider": "hiera"
}