Skip to content

Commit

Permalink
Remove double spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarrientos committed Dec 9, 2020
1 parent 6793d28 commit fb58f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/simplerule.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
String $table = 'inet-filter',
Enum['accept', 'drop'] $action = 'accept',
Optional[String] $comment = undef,
Optional[Variant[Array[Stdlib::Port, 1], Stdlib::Port, Pattern[/\d+-\d+/]]] $dport = undef,
Optional[Enum['tcp', 'tcp4', 'tcp6', 'udp', 'udp4', 'udp6']] $proto = undef,
Optional[Variant[Array[Stdlib::Port, 1], Stdlib::Port, Pattern[/\d+-\d+/]]] $dport = undef,
Optional[Enum['tcp', 'tcp4', 'tcp6', 'udp', 'udp4', 'udp6']] $proto = undef,
Optional[Variant[Stdlib::IP::Address::V6, Stdlib::IP::Address::V4, Pattern[/^@[-a-zA-Z0-9_]+$/]]] $daddr = undef,
Enum['ip', 'ip6'] $set_type = 'ip6',
Boolean $counter = false,
Expand Down

0 comments on commit fb58f7b

Please sign in to comment.