diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-05-03 07:39:07 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-05-03 07:39:07 +0000 |
commit | 28f478444015902265acce52bb18e080713d5780 (patch) | |
tree | a0abb45de6a26fc3f9abdcb261f199152d733c48 /manifests/firewall/post.pp | |
parent | 1b143a78208dffe124c0db5d0e190216dae7b037 (diff) | |
parent | c0c850d598980790e57f183275bc8395ec8d495c (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.pp | 2 |
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', } |