summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-01-23 17:33:59 +0000
committermh <mh@immerda.ch>2009-01-23 17:33:59 +0000
commit83970abe570f26acc988207db3d2c2228e08f2c0 (patch)
tree7b73a2c08ade3d3c081deb0016448be77181f57d /manifests
parent3e2ee6c783fc6d669b7e63b702fb0a670f56b062 (diff)
downloadpuppet-lighttpd-83970abe570f26acc988207db3d2c2228e08f2c0.tar.gz
puppet-lighttpd-83970abe570f26acc988207db3d2c2228e08f2c0.tar.bz2
updating lighttpd config
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
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;