-
Notifications
You must be signed in to change notification settings - Fork 57
/
metadata.json
44 lines (43 loc) · 1.12 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
{
"name": "puppetlabs-acl",
"version": "5.0.2",
"author": "puppetlabs",
"summary": "This module provides the ability to manage ACLs on nodes",
"license": "Apache-2.0",
"source": "git://github.com/puppetlabs/puppetlabs-acl.git",
"project_page": "https://github.com/puppetlabs/puppetlabs-acl",
"issues_url": "https://github.com/puppetlabs/puppetlabs-acl/issues",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"10",
"2012",
"2012 R2",
"2016",
"2019",
"2022"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"tags": [
"microsoft",
"access control list",
"access control entry",
"acl",
"ace",
"file permissions"
],
"description": "This module provides the ability to manage ACLs on nodes. Currently the only operating system supported is Windows",
"pdk-version": "3.2.0",
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
"template-ref": "tags/3.2.0.4-0-g5d17ec1"
}