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