summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
blob: efa677ea9cc16eff6a8f33edbb61ac8ded8a77c0 (plain)
1
2
3
4
5
6
class lighttpd::ssl inherits lighttpd {
  lighttpd::config::file{ 'ssl': }
  if $use_shorewall {
    include shorewall::rules::https
  }
}