-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Support for firewalld zone attribute #206
Conversation
This adds a new recipe named: firewalld Ideally, I would have liked to modify the default recipe but this seems a more proper route. Signed-off-by: Jeremy Simkins <[email protected]>
Signed-off-by: Jeremy Simkins <[email protected]>
Signed-off-by: Jeremy Simkins <[email protected]>
I don't know why this has gone quiet for so long. This looks like something we do want, can you rebase the README and add a CHANGELOG entry please. |
Due to ci / lint-unit / markdownlint-cli2
Due to trailing whitespace
Any plans to release this change soon? |
I tried this feature, but I'm getting the following error on redhat 9:
I guess |
yes,
|
Description
This adds zone support to
firewall_rule
for firewalld as this is a core component of firewalldThis also adds a new recipe named:
firewalld
...Ideally, I would have liked to modify the default recipe but this seems a more proper route. I can update PR if it is decided a better route to include this in the
default
recipe. The issue is that I would have to duplicate every rule and haveonly_if firewalld
checks. To prevent duplicate rules and to omit any confusion, I added the new recipe.I used
String
as the value type for the newzones
attribute instead of symbol due to that zones are easily customizable. I also thought about adding a zones resource but feel that is a bit more than what this cookbook needs.Issues Resolved
#205
Check List