Puppet Class: toughen::firewall::post
- Defined in:
- manifests/firewall/post.pp
Overview
1 2 3 4 5 6 7 8 |
# File 'manifests/firewall/post.pp', line 1
class toughen::firewall::post {
# Jump to logging?
firewall { '999 drop all':
proto => 'all',
action => 'drop',
before => undef,
}
}
|