summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-10-21 13:39:49 +0200
committermh <mh@immerda.ch>2012-10-21 13:39:49 +0200
commit6e57680fcb8c976a902224fea1d886f2dc80ae00 (patch)
tree221db6a2c1cdddefa3b23cb536057c0439cc71e7
parented10e300520c5e92b129d3b5f503793bd4331ade (diff)
downloadpuppet-lighttpd-6e57680fcb8c976a902224fea1d886f2dc80ae00.tar.gz
puppet-lighttpd-6e57680fcb8c976a902224fea1d886f2dc80ae00.tar.bz2
use the fll path
-rw-r--r--manifests/config/file.pp2
1 files changed, 1 insertions, 1 deletions
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'],
}