-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firewalld rich rules purged every time when priority enabled #366
Comments
I have also noted the same behavior with inverted rich rules via hiera.
The following is seen in the debug logs of every host which inherits these hiera rules, every time the agent runs:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an issue with FirewallD module 5.0.0 running against Puppet 7.27.
We have a number of firewalld rich rules declared in Hiera in a zone like this:
These rules work ok, however if I add a "priority" parameter to the rich rules then EVERY time the Puppet agent runs it purges all the rich rules and re-applies them. Here's the debug output from one of these runs:
If I remove the priority parameter then the problem goes away immediately.
The text was updated successfully, but these errors were encountered: