forked from mattmcmanus/puppet-module-ufw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
33 lines (33 loc) · 1.48 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
{
"name": "uggedal-puppet-module-ufw",
"author": "Eivind Uggedal \[email protected]\u003e",
"description": "Module for configuring UFW (Uncomplicated Firewall).\n\nTested on Debian GNU/Linux 6.0 Squeeze and Ubuntu 10.4 LTS with\nPuppet 2.6. Patches for other operating systems are welcome.",
"license": "MIT License",
"project_page": "https://github.com/uggedal/puppet-module-ufw",
"source": "git://github.com/uggedal/puppet-module-ufw.git",
"summary": "Puppet UFW Module",
"version": "1.0.0",
"checksums": {
"Gemfile": "7a90ba90918a5972eb038190feaf7fb4",
"LICENSE": "2d9c14720c9adef6ab3197a70adb690c",
"Modulefile": "996b93de77287312124328bf7aa9f6dd",
"README.md": "361ee8c51c9ab4c2983f100dbc500ace",
"Rakefile": "30135290361360248d8139853a15c8a2",
"manifests/allow.pp": "f557ab9c589b1c72aa7ab6b74ee2bb0c",
"manifests/deny.pp": "99d3a9e0415b1b3c37114acd51caedb8",
"manifests/init.pp": "81baf6c442af91032d27d535b0fd2f62",
"manifests/limit.pp": "096c50250cbdbe4401ceae423714ea67",
"spec/spec.opts": "a600ded995d948e393fbe2320ba8e51c",
"spec/spec_helper.rb": "ca19ec4f451ebc7fdb035b52eae6e909",
"tests/allow.pp": "6c792330a86393231d9a5c5a2e0e9949",
"tests/deny.pp": "96377cee0084b96c14ff1a828961946f",
"tests/init.pp": "0571b366ccfc29695d3df3651845a9b3",
"tests/limit.pp": "6e4fe2cae76ef2488dc9e6263736e162"
},
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": "\u003e\u003d2.2.1"
}
]
}