Mercurial > repos > other > Puppet
view modules/my_fw/manifests/post.pp @ 403:a0c1b33a243f
Add missed new Firewall module files
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 20 Apr 2022 19:30:33 +0100 |
parents | 222904296578 |
children | 2c3e745be8d2 |
line wrap: on
line source
class my_fw::post { firewall { '999 drop all': proto => 'all', action => 'drop', before => undef, } }