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

Fix provider windowsfirewall

Open ralfbosz opened this issue 2 years ago • 2 comments

The command Get-NetFirewallProfile shows the variable DisabledInterfaceAliases with curly brackets, causing every run to change this parameter. Delete all curly brackets from value to solve this.

Pull Request (PR) description

The output of DisabledInterfaceAliases gives curly brackets around the interface-name. Added a delete to the provider to delete these.

This Pull Request (PR) fixes the following issues

Fixes #126

ralfbosz avatar Dec 13 '22 12:12 ralfbosz