view modules/my_fw/manifests/post.pp @ 453:dc725b618258

Fix Amavis quarantine directory
author IBBoard <dev@ibboard.co.uk>
date Sun, 13 Aug 2023 15:25:01 +0100
parents 222904296578
children 2c3e745be8d2
line wrap: on
line source

class my_fw::post {
  firewall { '999 drop all':
    proto   => 'all',
    action  => 'drop',
    before  => undef,
  }
}