aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites')
-rw-r--r--deployment/websites/manifests/www.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/deployment/websites/manifests/www.pp b/deployment/websites/manifests/www.pp
index 03498084..9086c3af 100644
--- a/deployment/websites/manifests/www.pp
+++ b/deployment/websites/manifests/www.pp
@@ -4,6 +4,7 @@ class websites::www {
$vhostdir = "$websites::base::webdatadir/$vhost"
$svn_location = "svn://svn.$::domain/svn/web/www/trunk"
+ include apache::var
include apache::mod::php
include apache::mod::geoip
@@ -17,7 +18,7 @@ class websites::www {
file { "$vhostdir/var/tmp/cache":
ensure => directory,
- group => $apache::base::apache_group,
+ group => $apache::var::apache_group,
mode => '0660',
}