puppet-windows_firewall
puppet-windows_firewall copied to clipboard
Update exception.pp
To handle continual enforcement of certain attributes
Pull Request (PR) description
The following attributes will get enforced. If the puppet resource using the class doesn't exist it will have the rule added. If the rule exists then the following attributes will get checked(if they don't exist then the rule will get removed):
- local port
- remote port
- protocol
- description
- & Remote IP (if the attribute isn't undefined)
This Pull Request (PR) fixes the following issues
Partially fixes the following issues:
- #71 Fixes:
- #117
- #123
- #23
- #49