-
-
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
Add enhancement for purging unmanaged zones #249
base: master
Are you sure you want to change the base?
Conversation
The tests are failing due to ruby style issues. You can likely test locally with |
Hi @ghoneycutt Thanks for the quick response. Understood, I just fixed the styling issues and will push in a moment. I will look at adding tests to the provider as well. |
It is quite possible that this feature will cause flapping when used in conjunction with other things that manage firewall state. I would recommend adding the ability to match based on a regex as well as a blanket purge. For instance, I set my zones as |
Dear @thespain, thanks for the PR! This is pccibot, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
1 similar comment
Dear @thespain, thanks for the PR! This is pccibot, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
Any update on this pull request? We are very much looking forward to this PR being merged. |
I still think that this needs some sort of safety valve. The default is fine but I think there should be some sort of either |
Pull Request (PR) description
This pull request adds the ability to purge unmanaged firewalld zones.
This Pull Request (PR) fixes the following issues:
Fixes #134