summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-03-08 21:11:24 +0000
committerandreas <andreas@immerda.ch>2008-03-08 21:11:24 +0000
commit5a214b0316b504a618ed1df438c7b8628d9ab86f (patch)
treed26cc032151644e824ebd36fa304dff423e4f8f2 /manifests/init.pp
parent5e5bb30261266103478da7d57303e1d27d5b29c3 (diff)
* falsche default location
* self-certs für sicher.immerda.ch
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 0964d44..ef7a04a 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -35,7 +35,7 @@ class apache::base {
require => Package[apache],
}
file { 'default_apache_index':
- path => '/var/www/localhost/index.html',
+ path => '/var/www/localhost/htdocs/index.html',
ensure => file,
owner => 'root',
group => 0,