Puppet Class: profile::failoid

Defined in:
modules/profile/manifests/failoid.pp

Overview

SPDX-License-Identifier: Apache-2.0



2
3
4
5
6
7
8
# File 'modules/profile/manifests/failoid.pp', line 2

class profile::failoid {
    # As last rule reject all TCP traffic
    ferm::rule { 'failoid-reject_all_tcp':
        rule => 'proto tcp REJECT;',
        prio => '99',
    }
}