summaryrefslogtreecommitdiffstats
path: root/manifests/firewall/post.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-05-03 07:39:07 +0000
committerGerrit Code Review <review@openstack.org>2017-05-03 07:39:07 +0000
commit28f478444015902265acce52bb18e080713d5780 (patch)
treea0abb45de6a26fc3f9abdcb261f199152d733c48 /manifests/firewall/post.pp
parent1b143a78208dffe124c0db5d0e190216dae7b037 (diff)
parentc0c850d598980790e57f183275bc8395ec8d495c (diff)
Merge "firewall: generally accept "jump" param and use tripleo:firewall for log rule"
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',
}