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