Displaying 1 result from an estimated 1 matches for "my_fw".
Did you mean:
me_fw
2014 Jan 23
0
puppetlabs-firewall question
...entation, it says:
With the latest version, we now have in-built persistence, so this is no longer needed. However, you will still need some basic setup to define pre & post rules.
resources { "firewall":
purge => true
}
Firewall {
before => Class['my_fw::post'],
require => Class['my_fw::pre'],
}
class { ['my_fw::pre', 'my_fw::post']: }
class { 'firewall': }
Can this be in the init.pp of the my_fw class or does it still need to be in "site.pp" ?
“Sometimes I think the surest sign...