Puppet Class: conf::network::config::iptables
- Defined in:
- manifests/network/config/iptables.pp
Overview
1 2 3 4 |
# File 'manifests/network/config/iptables.pp', line 1
class conf::network::config::iptables {
file { "/root/iptables.sav": }
}
|