chef/cookbooks/firewall/metadata.json
Greg Karékinian 68ce3c4834 Update the firewall cookbook to the latest version
This gives us comments from the named resources
2023-06-29 15:08:44 +02:00

41 lines
766 B
JSON

{
"name": "firewall",
"description": "Provides a set of primitives for managing firewalls and associated rules.",
"long_description": "",
"maintainer": "Sous Chefs",
"maintainer_email": "help@sous-chefs.org",
"license": "Apache-2.0",
"platforms": {
"amazon": ">= 0.0.0",
"centos": ">= 0.0.0",
"debian": ">= 0.0.0",
"ubuntu": ">= 0.0.0",
"windows": ">= 0.0.0"
},
"dependencies": {
},
"providing": {
},
"recipes": {
},
"version": "6.2.16",
"source_url": "https://github.com/sous-chefs/firewall",
"issues_url": "https://github.com/sous-chefs/firewall/issues",
"privacy": false,
"chef_versions": [
[
">= 15.5"
]
],
"ohai_versions": [
],
"gems": [
],
"eager_load_libraries": true
}