summaryrefslogtreecommitdiff
path: root/manifests/virtual/gobby.pp
blob: a05f154bae5a214b320de5ded19b90c0d9201179 (plain)
1
2
3
4
5
6
7
8
class firewall::virtual::gobby(
  $implementation = lookup('firewall::implementation', undef, undef, 'shorewall'),
  $destination
) {
  class { "firewall::implementations::${implementation}::virtual::gobby":
    destination => $destination,
  }
}