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