Skip to content

Commit

Permalink
Remove optional modifier on $table
Browse files Browse the repository at this point in the history
It does not really make sense to pass undef to nftables::rule
  • Loading branch information
nbarrientos committed Dec 8, 2020
1 parent 81bd29a commit a2cdc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/simplerule.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
$order = '50',
String
$chain = 'default_in',
Optional[String]
String
$table = 'inet-filter',
Enum['accept', 'drop']
$action = 'accept',
Expand Down

0 comments on commit a2cdc88

Please sign in to comment.