view modules/my_fw/manifests/post.pp @ 334:ee4760967d2f

Separate LetsEncrypt certs Each site now has its own cert (fixed after discovering hiveworldterra.ibboard.co.uk wasn't on the main HWT cert)
author IBBoard <dev@ibboard.co.uk>
date Sun, 15 Mar 2020 20:02:35 +0000
parents 222904296578
children 2c3e745be8d2
line wrap: on
line source

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