aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/firewall/post.pp
diff options
context:
space:
mode:
authorGabriele Cerami <gcerami@redhat.com>2017-03-03 14:24:48 +0100
committerAlex Schultz <aschultz@redhat.com>2017-04-06 15:55:04 -0600
commitc0c850d598980790e57f183275bc8395ec8d495c (patch)
treef0c812bcb2af11a9f2c3e3d1bcd43d13dc943277 /manifests/firewall/post.pp
parentbd89e21fe86d81b91ca4e963e8f47bcb7b92a208 (diff)
firewall: generally accept "jump" param and use tripleo:firewall for log rule
Tentative fix for bug #1669763, trying to use the same class for every rule we want to add to the chain. Change-Id: I4ba451c1b258391c8f1cfb4d73e38828c437b1c1 Closes-Bug: #1669763
Diffstat (limited to 'manifests/firewall/post.pp')
-rw-r--r--manifests/firewall/post.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/firewall/post.pp b/manifests/firewall/post.pp
index b76db75..7b5f563 100644
--- a/manifests/firewall/post.pp
+++ b/manifests/firewall/post.pp
@@ -36,7 +36,7 @@ class tripleo::firewall::post(
if $debug {
warning('debug is enabled, the traffic is not blocked.')
} else {
- firewall { '998 log all':
+ tripleo::firewall::rule{ '998 log all':
proto => 'all',
jump => 'LOG',
}