Puppet Class: firewallcustom::post
- Defined in:
- manifests/post.pp
Summary
A short summary of the purpose of this classOverview
A description of what this class does
7 8 9 10 11 12 13 |
# File 'manifests/post.pp', line 7
class firewallcustom::post {
firewall { '999 drop all':
proto => 'all',
action => 'drop',
before => undef,
}
}
|