Mercurial > repos > other > Puppet
diff modules/my_fw/manifests/pre.pp @ 348:11d940c9014e
Update Firewall module to try and fix quoting string issue
It doesn't, but being up-to-date is good
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 23 Sep 2020 20:43:20 +0100 |
parents | e36b7f4f85f2 |
children | 2c3e745be8d2 |
line wrap: on
line diff
--- a/modules/my_fw/manifests/pre.pp Mon Jul 20 11:19:52 2020 +0100 +++ b/modules/my_fw/manifests/pre.pp Wed Sep 23 20:43:20 2020 +0100 @@ -22,7 +22,7 @@ destination => $localhost, action => 'reject', } -> - firewall { '003 accept related established rules': + firewall { '005 accept related established rules': proto => 'all', state => ['RELATED', 'ESTABLISHED'], action => 'accept',