summaryrefslogtreecommitdiff
path: root/manifests/forwarding.pp
blob: f14fa704e83f5cce8c39990bb92495ac683cf26f (plain)
1
2
3
4
5
class firewall::forwarding(
  $implementation = lookup('firewall::implementation', undef, undef, 'shorewall'),
) {
  class { "firewall::implementations::${implementation}::forwarding": }
}