Update upstream cookbooks
This commit is contained in:
8
cookbooks/firewall/attributes/windows.rb
Normal file
8
cookbooks/firewall/attributes/windows.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
# Windows platform defult settings: block undefined inbould traffic, allow all outgoing traffic
|
||||
|
||||
default['firewall']['windows']['defaults'] = {
|
||||
policy: {
|
||||
input: 'blockinbound',
|
||||
output: 'allowoutbound'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user