Class example_fw::pre
In: /home/samdev/puppet/dist/example_fw/manifests/pre.pp
Parent:

Resources

Resources

Firewall["000 accept all icmp"]
   proto => "icmp"
   action => "accept"
Firewall["001 accept all to lo"]
   proto => "all"
   iniface => "lo"
   action => "accept"
Firewall["002 accept related established"]
   proto => "all"
   state => ["RELATED", "ESTABLISHED"]
   action => "accept"
Firewall["022 accept ssh"]
   proto => "tcp"
   port => "22"
   action => "accept"

[Validate]