-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
57 lines (56 loc) · 1.55 KB
/
metadata.json
File metadata and controls
57 lines (56 loc) · 1.55 KB
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
{
"name": "autostructure-auditpol",
"version": "1.0.0",
"author": "autostructure",
"summary": "Manage Windows audit policies",
"license": "MIT",
"license": "Apache-2.0",
"source": "https://github.com/autostructure/auditpol",
"project_page": "https://github.com/autostructure/auditpol",
"issues_url": "https://github.com/autostructure/auditpol",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem": "Windows"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.0 < 6.0.0"
}
],
"description": "This module is a type/provider to manage audit policies in\n Windows via auditpol.exe.",
"types": [
{
"name": "auditpol",
"doc": "auditpol type for windows",
"properties": [
{
"name": "success",
"doc": "Whether auditing is enabled on success or not\n\nValid values are `enable`, `disable`. "
},
{
"name": "failure",
"doc": "Whether auditing is enabled on failure or not\n\nValid values are `enable`, `disable`. "
}
],
"parameters": [
{
"name": "subcategory",
"doc": "The subcategory of the policy.\n\n"
}
],
"providers": [
{
"name": "auditpol",
"doc": "* Required binaries: `auditpol.exe`.\n* Default for `osfamily` == `windows`."
}
]
}
],
"pdk-version": "1.6.1",
"template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git",
"template-ref": "1.6.1-0-g6b0d497"
}