From 9cacb8aba8f25873dc0a82c89a342329d67d9f4c Mon Sep 17 00:00:00 2001 From: Henry Wang Date: Tue, 22 Oct 2019 15:47:52 +0800 Subject: [PATCH] tst --- .../profile/manifests/firewall/finish.pp | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/site-modules/profile/manifests/firewall/finish.pp b/site-modules/profile/manifests/firewall/finish.pp index 19f5bdb..973e02c 100644 --- a/site-modules/profile/manifests/firewall/finish.pp +++ b/site-modules/profile/manifests/firewall/finish.pp @@ -5,17 +5,17 @@ class profile::firewall::finish { - # ['INPUT','OUTPUT'].each | $chain | { - # - # # Drop the known noise from hitting the log - # ['255.255.255.255',ip_address(ip_broadcast("${::network}/${::netmask}"))].each | $dest | { - # firewall { "990 Broadcasts for $dest for ${chain}": - # destination => $dest, - # proto => 'all', - # action => 'drop', - # chain => $chain, - # } - # } + ['INPUT','OUTPUT'].each | $chain | { + + # Drop the known noise from hitting the log + # ['255.255.255.255',ip_address(ip_broadcast("${::network}/${::netmask}"))].each | $dest | { + # firewall { "990 Broadcasts for $dest for ${chain}": + # destination => $dest, + # proto => 'all', + # action => 'drop', + # chain => $chain, + # } + # } # Log whatever hasn't been dealt with already firewall { "998 Logging for ${chain}":