diff options
-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 } |