From: mh Date: Mon, 5 Jul 2010 22:55:15 +0000 (+0200) Subject: fix naming X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=274f2dac531c6b1dc15545f31239fe3e2c30120c;p=puppet-lighttpd.git fix naming --- 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 }