From 6e57680fcb8c976a902224fea1d886f2dc80ae00 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 21 Oct 2012 13:39:49 +0200 Subject: use the fll path --- manifests/config/file.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/config/file.pp b/manifests/config/file.pp index e03f3c0..bda958e 100644 --- a/manifests/config/file.pp +++ b/manifests/config/file.pp @@ -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'], } -- cgit v1.2.3