aboutsummaryrefslogtreecommitdiffstats
path: root/modules/blog
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blog')
-rw-r--r--modules/blog/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/manifests/init.pp b/modules/blog/manifests/init.pp
index 0c895bf4..76c7e87f 100644
--- a/modules/blog/manifests/init.pp
+++ b/modules/blog/manifests/init.pp
@@ -33,7 +33,7 @@ class blog {
include apache::mod_php
- $blog_location = "/var/www/html/blog.$domain"
+ $blog_location = "/var/www/vhosts/blog.$domain"
$blog_domain = "blog.$domain"
apache::vhost_base { "$blog_domain":