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