forked from thatrevguy/windows_firewall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
33 lines (33 loc) · 864 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
{
"name": "thoward-windows_firewall",
"version": "0.3.3",
"author": "thoward",
"summary": "puppet windows firewall module",
"license": "Apache-2.0",
"source": "https://github.com/hathoward/windows_firewall",
"project_page": "https://github.com/hathoward/windows_firewall",
"issues_url": "https://github.com/hathoward/windows_firewall/issues",
"operatingsystem_support": [
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"Server 2008",
"Server 2008 R2",
"Server 2012",
"Server 2012 R2",
"7",
"8"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=3.7.2 <4.0.0"
}
],
"description": "Module for managing windows firewall.",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">=4.3.2"}
]
}