puppet-windows_firewall
puppet-windows_firewall copied to clipboard
Fix provider windowsfirewall
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