aboutsummaryrefslogtreecommitdiffstats
path: root/modules/blog/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blog/manifests/init.pp')
-rw-r--r--modules/blog/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/blog/manifests/init.pp b/modules/blog/manifests/init.pp
index 647b868e..d3640638 100644
--- a/modules/blog/manifests/init.pp
+++ b/modules/blog/manifests/init.pp
@@ -34,7 +34,7 @@ class blog {
include apache::mod_php
$blog_location = "/var/www/html/blog.$domain"
- $blog_domain = "blog-test.$domain"
+ $blog_domain = "blog.$domain"
apache::vhost_base { "$blog_domain":
location => $blog_location,
@@ -50,7 +50,7 @@ class blog {
file { "$blog_location":
ensure => directory,
- owner => blog,
+ owner => apache,
group => apache,
mode => 644,
}