-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
executable file
·45 lines (45 loc) · 1017 Bytes
/
metadata.json
File metadata and controls
executable file
·45 lines (45 loc) · 1017 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
37
38
39
40
41
42
43
44
45
{
"name": "eitco-dcom",
"version": "0.3.3",
"author": "Roman Helwig",
"summary": "Module to manage the DCOM settings",
"license": "Apache-2.0",
"source": "https://github.com/eitco/puppet-dcom",
"project_page": "https://github.com/eitco/puppet-dcom",
"issues_url": "https://github.com/eitco/puppet-dcom/issues",
"dependencies": [
{
"name":"puppetlabs-stdlib",
"version_requirement":">= 6.1.0"
},
{
"name":"puppetlabs-powershell",
"version_requirement":">= 2.3.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "windows",
"operatingsystemrelease": [
"2008",
"2008 R2",
"2012",
"2012 R2",
"2016",
"2019",
"7",
"8.1",
"10"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 5.5.0 < 9.0.0"
}
],
"pdk-version": "1.18.1",
"template-url": "pdk-default#1.18.1",
"template-ref": "tags/1.18.1-0-g3d2e75c"
}