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