Puppet Class: role::tcpproxy
- Defined in:
- modules/role/manifests/tcpproxy.pp
Overview
SPDX-License-Identifier: Apache-2.0 sets up a generic TCP proxy
3 4 5 6 7 8 9 10 |
# File 'modules/role/manifests/tcpproxy.pp', line 3
class role::tcpproxy {
include profile::base::production
include profile::firewall
include profile::tcpproxy
include profile::lvs::realserver
include profile::lvs::realserver::ipip
include profile::conftool::client
}
|