From 83970abe570f26acc988207db3d2c2228e08f2c0 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 23 Jan 2009 17:33:59 +0000 Subject: updating lighttpd config --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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; -- cgit v1.2.3