summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,