Skip to content

Commit

Permalink
log_group >= 0
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Traylen <[email protected]>
  • Loading branch information
deric and traylenator authored Oct 11, 2024
1 parent 167315b commit a764ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
Hash $rules = {},
Hash $sets = {},
String $log_prefix = '[nftables] %<chain>s %<comment>s',
Optional[Integer] $log_group = undef,
Optional[Integer[0]] $log_group = undef,
String[1] $nat_table_name = 'nat',
Stdlib::Unixpath $inmem_rules_hash_file = '/var/tmp/puppet-nft-memhash',
Boolean $log_discarded = true,
Expand Down

0 comments on commit a764ab0

Please sign in to comment.