summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-07-06 00:06:32 +0200
committermh <mh@immerda.ch>2010-07-06 00:08:56 +0200
commit29deff66d7dfad609e429a14ad6917b79de5de50 (patch)
treea1b8a526c5e07e95be8ff6451216a5269b606f66 /manifests/ssl.pp
parent9ff20635fbb0945195f2b562f46efca8f5d13850 (diff)
downloadpuppet-lighttpd-29deff66d7dfad609e429a14ad6917b79de5de50.tar.gz
puppet-lighttpd-29deff66d7dfad609e429a14ad6917b79de5de50.tar.bz2
improve vhosts / ssl stuff
- facter out ssl things in a seperate file - introduce 1 vhost per file config
Diffstat (limited to 'manifests/ssl.pp')
-rw-r--r--manifests/ssl.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/ssl.pp b/manifests/ssl.pp
index 376f4ee..adcf5b6 100644
--- a/manifests/ssl.pp
+++ b/manifests/ssl.pp
@@ -1,4 +1,5 @@
class lighttpd::ssl inherits lighttpd {
+ lighttpd::config::file{ 'ssl.conf': }
if $use_shorewall {
include shorewall::rules::https
}