-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
metadata.json
40 lines (40 loc) · 985 Bytes
/
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
{
"name": "puppet-windows_firewall",
"version": "5.0.1-rc0",
"author": "Vox Pupuli",
"license": "MIT",
"summary": "Module that will manage the windows firewall and its exceptions",
"source": "https://github.com/voxpupuli/puppet-windows_firewall",
"project_page": "https://github.com/voxpupuli/puppet-windows_firewall",
"issues_url": "https://github.com/voxpupuli/puppet-windows_firewall/issues",
"operatingsystem_support": [
{
"operatingsystem": "windows",
"operatingsystemrelease": [
"2008",
"2008 R2",
"2012",
"2012 R2",
"2016",
"2019",
"2022"
]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.25.1 < 10.0.0"
},
{
"name": "puppetlabs/registry",
"version_requirement": ">= 1.1.1 < 6.0.0"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 9.0.0"
}
]
}