puppet-windows_firewall icon indicating copy to clipboard operation
puppet-windows_firewall copied to clipboard

puppet module for configuring the windows firewall

Results 20 puppet-windows_firewall issues
Sort by recently updated
recently updated
newest added

```puppet windows_firewall::exception { 'OpenSSH-Server-In-TCP': ensure => 'absent', direction => 'in', action => 'allow', display_name => 'OpenSSH SSH Server (sshd)' } ``` ``` Error: Could not retrieve catalog from remote server:...

question
docs

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.21.1 - Ruby: 2.5.8p224 - Distribution: Windows - Module version: 4.0.0 ## How to reproduce (e.g Puppet code you use)...

Preconditions. Firewall module used to set a few ports e.g. RDP, Web etc If a user manually added a new port to the Firewall in Windows. This module has no...

The documentation says that the module is tested up to Windows Server 2016, and the behavior for the firewall service changed in Windows 2019. In Windows Server 2019 it is...

#### Pull Request (PR) description This PR 1. Fixes some typos 2. Adds support for comma-separated port list and dash separated range for Local and Remote ports 3. Adds support...

merge-conflicts

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 2018.1 - Ruby: N/A - Distribution: N/A - Module version: 2.0.0 ## How to reproduce (e.g Puppet code you use)...

bug

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.5 - Ruby: 2.5 - Distribution: RHEL 7 - Module version: 2.0.2 ## How to reproduce (e.g Puppet code you...

Hi, When we do manage Windows Firewall, its not a good idea to stop the firewall service, as well described here: https://technet.microsoft.com/pt-br/library/cc766337%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396 Is it possible to use your Module to...

In looking at the code, I noticed there is also an addition issue that may have not been considered in the windows_firewall that may need to be noted. There is...

According to Microsoft, if you want to turn off the firewall you should do so by turning off the profiles but not disabling the windows service. This causes VERY bad...

duplicate