chef/cookbooks/firewall/metadata.rb
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

16 lines
497 B
Ruby

name 'firewall'
maintainer 'Sous Chefs'
maintainer_email 'help@sous-chefs.org'
license 'Apache-2.0'
description 'Provides a set of primitives for managing firewalls and associated rules.'
version '6.2.16'
source_url 'https://github.com/sous-chefs/firewall'
issues_url 'https://github.com/sous-chefs/firewall/issues'
chef_version '>= 15.5'
supports 'amazon'
supports 'centos'
supports 'debian'
supports 'ubuntu'
supports 'windows'