diff options
| author | mh <mh@immerda.ch> | 2012-10-21 13:39:49 +0200 | 
|---|---|---|
| committer | mh <mh@immerda.ch> | 2012-10-21 13:39:49 +0200 | 
| commit | 6e57680fcb8c976a902224fea1d886f2dc80ae00 (patch) | |
| tree | 221db6a2c1cdddefa3b23cb536057c0439cc71e7 | |
| parent | ed10e300520c5e92b129d3b5f503793bd4331ade (diff) | |
| download | puppet-lighttpd-6e57680fcb8c976a902224fea1d886f2dc80ae00.tar.gz puppet-lighttpd-6e57680fcb8c976a902224fea1d886f2dc80ae00.tar.bz2 | |
use the fll path
| -rw-r--r-- | manifests/config/file.pp | 2 | 
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'],    } | 
