summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-07-06 00:55:15 +0200
committermh <mh@immerda.ch>2010-07-06 00:55:15 +0200
commit274f2dac531c6b1dc15545f31239fe3e2c30120c (patch)
tree2a74f46b7ad8ca183d53782c78867e4338e22c49
parent29deff66d7dfad609e429a14ad6917b79de5de50 (diff)
downloadpuppet-lighttpd-274f2dac531c6b1dc15545f31239fe3e2c30120c.tar.gz
puppet-lighttpd-274f2dac531c6b1dc15545f31239fe3e2c30120c.tar.bz2
fix naming
-rw-r--r--manifests/ssl.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ssl.pp b/manifests/ssl.pp
index adcf5b6..efa677e 100644
--- a/manifests/ssl.pp
+++ b/manifests/ssl.pp
@@ -1,5 +1,5 @@
class lighttpd::ssl inherits lighttpd {
- lighttpd::config::file{ 'ssl.conf': }
+ lighttpd::config::file{ 'ssl': }
if $use_shorewall {
include shorewall::rules::https
}