Puppet Class: conf::network::iptables
- Inherits:
- conf::network::install::iptables
- Defined in:
- manifests/network/iptables.pp
Overview
1 2 3 4 5 6 |
# File 'manifests/network/iptables.pp', line 1
class conf::network::iptables inherits conf::network::install::iptables {
contain conf::network::config::iptables
contain conf::network::install::iptables_latest
}
|