summaryrefslogtreecommitdiff
path: root/manifests/forwarding.pp
blob: 603fcc6564a43fa59a1966d78b3c3496d055b806 (plain)
1
2
3
4
5
6
7
8
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];
  }
}