From 274f2dac531c6b1dc15545f31239fe3e2c30120c Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 6 Jul 2010 00:55:15 +0200 Subject: fix naming --- manifests/ssl.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3