aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites')
-rw-r--r--deployment/websites/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/websites/manifests/init.pp b/deployment/websites/manifests/init.pp
index 644bd11e..3843f625 100644
--- a/deployment/websites/manifests/init.pp
+++ b/deployment/websites/manifests/init.pp
@@ -33,6 +33,7 @@ class websites {
apache::vhost_base { "www-test.$domain":
content => template('websites/vhost_www.conf'),
+ location => $vhostdir,
}
package { ['php-mbstring', 'php-mcrypt', 'php-gettext']: