]> gitweb.fluxo.info Git - puppet-lighttpd.git/commitdiff
fix naming
authormh <mh@immerda.ch>
Mon, 5 Jul 2010 22:55:15 +0000 (00:55 +0200)
committermh <mh@immerda.ch>
Mon, 5 Jul 2010 22:55:15 +0000 (00:55 +0200)
manifests/ssl.pp

index adcf5b6ea563f272d53b1ecf74c7b0b05b715f5f..efa677ea9cc16eff6a8f33edbb61ac8ded8a77c0 100644 (file)
@@ -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
   }