From: mh Date: Sun, 21 Oct 2012 11:39:49 +0000 (+0200) Subject: use the fll path X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6e57680fcb8c976a902224fea1d886f2dc80ae00;p=puppet-lighttpd.git use the fll path --- 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'], }