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