diff options
author | mh <mh@immerda.ch> | 2010-07-06 00:55:15 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-07-06 00:55:15 +0200 |
commit | 274f2dac531c6b1dc15545f31239fe3e2c30120c (patch) | |
tree | 2a74f46b7ad8ca183d53782c78867e4338e22c49 /manifests | |
parent | 29deff66d7dfad609e429a14ad6917b79de5de50 (diff) | |
download | puppet-lighttpd-274f2dac531c6b1dc15545f31239fe3e2c30120c.tar.gz puppet-lighttpd-274f2dac531c6b1dc15545f31239fe3e2c30120c.tar.bz2 |
fix naming
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/ssl.pp | 2 |
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 } |