Displaying 1 result from an estimated 1 matches for "iptables_init".
Did you mean:
ip_tables_init
2011 Sep 07
1
Qualified variable inside a metaparameter
Hi,
I''m adapting our modules to version 2.7.3.
Currently I ''ve this example in a iptables module
class iptables_script
{
file {
$iptables_init:
owner => "root",
group => "root",
mode => "0700",
.................................
}
class iptables_files
{
file {
$firewall_top:
owner => "...