diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index e1a9625..987af7d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -32,7 +32,7 @@ class lighttpd::base { # ToDo: put that in a common module to share with apache file { 'default_lighttpd_index': - path => '/srv/www/lighttpd/index.html', + path => '/var/www/lighttpd/index.html', ensure => file, content => template('lighttpd/default/default_index.erb'), owner => root, group => 0, mode => 0644; |