Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

The windows_firewall cookbook has been deprecated

Author provided reason for deprecation:

The windows_firewall cookbook has been deprecated and is no longer being maintained by its authors. Use of the windows_firewall cookbook is no longer recommended.

RSS

windows_firewall (11) Versions 0.1.0

Configures firewall rules on Windows

Policyfile
Berkshelf
Knife
cookbook 'windows_firewall', '= 0.1.0', :supermarket
cookbook 'windows_firewall', '= 0.1.0'
knife supermarket install windows_firewall
knife supermarket download windows_firewall
README
Dependencies
Quality -%

windows_firewall Cookbook

This cookbook configures windows firewall rules

Requirements

None

Resources

rule

Actions

:open - opens the specified port

Attribute Parameters

  • attribute :port, :kind_of => Integer
  • attribute :name, :kind_of => String, :name_attribute => true
  • attribute :direction, :kind_of => Symbol, :default => :in, :equal_to => [:in, :out]
  • attribute :protocol, :kind_of => Symbol, :default => :TCP, :equal_to => [:TCP]
  • attribute :firewall_action, :kind_of => Symbol, :default => :allow, :equal_to => [:allow, :deny]

Examples

windows_firewall_rule 'Apache' do
      port 8080
      protocol :TCP
      firewall_action :allow
end

No quality metric results found