Puppet Class: conf::network::install::iptables

Inherited by:
conf::network::iptables
conf::network::install::iptables_latest
Defined in:
manifests/network/install/iptables.pp

Overview



1
2
3
4
5
# File 'manifests/network/install/iptables.pp', line 1

class conf::network::install::iptables {

  package { "iptables": }

}