forked from bwilcox/chsec
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmetadata.json
More file actions
36 lines (36 loc) · 978 Bytes
/
metadata.json
File metadata and controls
36 lines (36 loc) · 978 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
{
"name": "larkit-chsec",
"version": "0.1.6",
"author": "Lark IT",
"summary": "Change setting in AIX security files. (fork of bwilcox-chsec)",
"license": "Apache-2.0",
"source": "https://github.com/larkit/puppetmodule-chsec.git",
"project_page": "https://github.com/larkit/puppetmodule-chsec",
"issues_url": "https://github.com/larkit/puppetmodule-chsec/issues",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 1.0.0 < 10.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "AIX",
"operatingsystemrelease": [
"6.1",
"7.1",
"7.2"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.0 < 6.0.0"
}
],
"description": "Manage security files on AIX with chsec",
"pdk-version": "1.4.1",
"template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git",
"template-ref": "1.4.1-0-g52adbbb"
}