summaryrefslogtreecommitdiff
path: root/manifests/init.pp
blob: 8288b387f1932b729392ca33065ee5710185add5 (plain)
1
2
3
4
5
6
# Firewall definitions for physical servers
class firewall(
  $implementation = lookup('firewall::implementation', undef, undef, 'shorewall'),
) {
  class { "firewall::${implementation}" }
}