You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The powershell commands places an accolade around
the name of the interfaces, this causes an apply
on the resource windowsfirewall with the parameter
disabled_interface_aliases every run. This will
fix it.
ralfbosz
added a commit
to ralfbosz/puppet-windows_firewall
that referenced
this issue
Nov 13, 2024
The powershell commands places curly brackets
around the name of the interfaces, this causes
an apply on the resource windowsfirewall with
the parameter disabled_interface_aliases every
run. This will fix it.
ralfbosz
changed the title
downcase domain_excluded_interfaces
remove curly brackets for interface name
Nov 13, 2024
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
(every run !)
What behaviour did you expect instead
Notice: Applied catalog in 8.17 seconds
Output log
Any additional information you'd like to impart
The output of
Get-NetFirewallProfile
is displayingDisabledInterfaceAliases
as a hash:The text was updated successfully, but these errors were encountered: