-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Change already created rules/exceptions #49
Comments
It would be helpful to have the ability to modify a firewall rule that has already been applied. For instance, being able to modify the remote_ip's that are allowed to make the connection would be helpful. |
This would be helpful to be able to change existing rules. I took a cursory glance at the code and it seems it would be easy to get it to change the rule, but possibly difficult to get it to only change it once and not every puppet run. |
Going to comment here to keep this on the radar, as this module is essentially non-functional without this issue being addressed. Worse, it gives no indication that it is omitting intended changes. One might drop a subnet from a rule, and not realize the subnet can still access a system, for example. For what it's worth, this seems to be sort of a critical part of what this module should provide, no? One tends not to care as much about the name of a firewall rule, as for the actual functionality of the rule that is being ignored here? |
How to reproduce (e.g Puppet code you use)
What are you seeing
rule still
enabled
What behaviour did you expect instead
rule
disabled
Any additional information you'd like to impart
it because of
if rule already exist you cannot change anything
The text was updated successfully, but these errors were encountered: