Puppet Class: firewallcustom::post

Defined in:
manifests/post.pp

Summary

A short summary of the purpose of this class

Overview

A description of what this class does

Examples:

include firewallcustom::post


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,
     }
   }