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
For example, we have the ipset hash named "wan-networks"
Applying a catalog generates the next error
Error: Failed to apply catalog: Parameter ipset failed on Firewall[200 allow tcp from wan-networks src in INPUT for eth0]: firewall.ipset expects a value of type Undef, Pattern[/^(?:!\s)?\w+\s(?:src|dst)(?:,src|,dst)?$/], or Array[Pattern[/^(?:!\s)?\w+\s(?:src|dst)(?:,src|,dst)?$/]], got String
Expected Behavior
No error, as it was before 7.0.0
Steps to Reproduce
Make a hash of addresses with the ipset containing hyphen in its name.
Try to apply some rule with that hash
Environment
Version 7.0.2
Puppet: 8.4.0
The text was updated successfully, but these errors were encountered:
Describe the Bug
For example, we have the ipset hash named "wan-networks"
Applying a catalog generates the next error
Expected Behavior
No error, as it was before 7.0.0
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: