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