class firewall::forwarding { augeas { 'ip_forwarding': changes => 'set /files/etc/shorewall/shorewall.conf/IP_FORWARDING On', lens => 'Shellvars.lns', incl => '/etc/shorewall/shorewall.conf', notify => Service[shorewall]; } }