Skip to content

Commit

Permalink
Update exception.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
ola-pt authored Sep 10, 2022
1 parent 6bcc900 commit dcd7e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/exception.pp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
Enum['in', 'out'] $direction = 'in',
Enum['allow', 'block'] $action = 'allow',
Boolean $enabled = true,
Optional[Enum['TCP', 'UDP', 'ICMPv4', 'ICMPv6']] $protocol = undef,
Optional[Enum['Any','TCP', 'UDP', 'ICMPv4', 'ICMPv6']] $protocol = undef,
Windows_firewall::Port $local_port = undef,
Windows_firewall::Port $remote_port = undef,
Optional[String] $remote_ip = undef,
Expand Down

0 comments on commit dcd7e86

Please sign in to comment.