-
-
Notifications
You must be signed in to change notification settings - Fork 75
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_zone should be purgeable (safely) #134
Comments
I would like to second this. Part of why we use puppet is to ensure the configuration of services like the firewall are exactly the way we want them. I don't see how I can ensure that there aren't any other zones that someone created allowing remote access to something that we don't want to allow remote access to. |
It was my understanding that you could only have one default zone? |
@crayfishx You can have one default zone but there's nothing preventing people from using the command line to do whatever it is to that zone. Additionally, the presence of a default zone means nothing if someone has used other utilities to hook different zones to the interface or do something else. If I need an authoritative configuration across the entire host, I should be able to enact it via the management module. |
firewalld
starts with a large number of zones that simply add complexity to the system. The user should have the ability to purge all unnecessary zones.The system should check and make sure that any required zones are not purged.
In particular, any zone listed as part of a
DefaultZone
in the/etc/firewalld/*.conf
files should be preserved.The text was updated successfully, but these errors were encountered: