]> gitweb.fluxo.info Git - puppet-lighttpd.git/commitdiff
use the fll path
authormh <mh@immerda.ch>
Sun, 21 Oct 2012 11:39:49 +0000 (13:39 +0200)
committermh <mh@immerda.ch>
Sun, 21 Oct 2012 11:39:49 +0000 (13:39 +0200)
manifests/config/file.pp

index e03f3c008ba7b7b4f33f6ec26bc9b00615739430..bda958e452461f7a639974f4b7bc4f4d13f6cea0 100644 (file)
@@ -15,7 +15,7 @@ define lighttpd::config::file(
 
   file_line{$name:
     ensure  => $ensure,
-    path    => "${lighttpd::conf_dir_name}/config.conf",
+    path    => "${lighttpd::conf_dir}/config.conf",
     line    => "include \"${lighttpd::conf_dir_name}/${name}.conf\"",
     notify  => Service['lighttpd'],
   }