Skip to content

Commit a764ab0

Browse files
derictraylenator
andauthored
log_group >= 0
Co-authored-by: Steve Traylen <[email protected]>
1 parent 167315b commit a764ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
Hash $rules = {},
152152
Hash $sets = {},
153153
String $log_prefix = '[nftables] %<chain>s %<comment>s',
154-
Optional[Integer] $log_group = undef,
154+
Optional[Integer[0]] $log_group = undef,
155155
String[1] $nat_table_name = 'nat',
156156
Stdlib::Unixpath $inmem_rules_hash_file = '/var/tmp/puppet-nft-memhash',
157157
Boolean $log_discarded = true,

0 commit comments

Comments
 (0)