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