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