GitHub puppet-windows_firewall
puppet module for configuring the windows firewall

Repo Checks ( 11 of 14 successfull )
Metadata Valid
No translation
passed
Correct Puppet Version Range
Supported Puppet version range is %{PUPPET_SUPPORT_RANGE}
failed
With Puppet Version Range
Puppet version range is present in requirements in metadata.json
passed
With Operatingsystem Support
No translation
passed
Operatingsystems
No translation
passed
Supports Only Current Windows
No translation
passed
Supports Latest Windows
No translation
failed
In Modulesync Repo
Is listed as a module managed using modulesync_config
passed
Synced
Has a .msync.yml file
passed
Latest Modulesync
Has been synchronized with the latest tagged version of modulesync_config
passed
Has Modulesync
Is present in voxpupuli/modulesync_config/managed_modules.yml
passed
Released
Is in modulesync_config and in forge releases.
passed
Valid Sync File
If a (optional) sync file is present, it must not contain a `.travis.yml` entry.
failed
Reference Dot Md
The repository has a REFERENCE.md. It needs to be generated / puppet-strings documentation is missing.
passed

Open Pull Requests

Port range
merge-conflicts

Pull Request (PR) description

This PR

  1. Fixes some typos
  2. Adds support for comma-separated port list and dash separated range for Local and Remote ports
  3. Adds support for 'RPC' and 'RPC-EPMap' port ranges for local ports
  4. Adds default description
  5. Makes sure ICMPv4/v6 protocol does not accept ports
  6. Makes sure 'RPC' and 'RPC-EPMap' only use TCP
  7. Adds Win2k3/XP specific check for rule existence

This Pull Request (PR) fixes the following issues

80

Open PR in GitHub
modulesync 5.4.0
modulesync

modulesync 5.4.0

Open PR in GitHub
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

Open PR in GitHub
Implemented profile selection
merge-conflicts
tests-fail

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

<!--
This PR adds an optional firewall exception parameter that specifies the network profiles, such as domain, private and/or public.
-->

This Pull Request (PR) fixes the following issues

<!--
n/a
-->

Open PR in GitHub
Fix provider windowsfirewall

The command Get-NetFirewallProfile shows the variable DisabledInterfaceAliases with curly brackets, causing every run to change this parameter. Delete all curly brackets from value to solve this.

Pull Request (PR) description

The output of DisabledInterfaceAliases gives curly brackets around the interface-name. Added a delete to the provider to delete these.

This Pull Request (PR) fixes the following issues

Fixes #126

Open PR in GitHub