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