diff options
Diffstat (limited to 'manifests')
-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'], } |