forked from voxpupuli/puppet-windows_firewall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
21 lines (21 loc) · 851 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "puppet-windows_firewall",
"version": "1.0.2",
"author": "puppet",
"license": "MIT",
"summary": "Module that will manage the windows firewall and it's 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"]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 3.0.0 <5.0.0" },
{ "name": "puppetlabs/registry", "version_requirement": ">= 0.1.1" },
{ "name": "liamjbennett/win_facts", "version_requirement": ">= 0.0.1" }
]
}