aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/hugs.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests/hugs.pp')
-rw-r--r--deployment/websites/manifests/hugs.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/websites/manifests/hugs.pp b/deployment/websites/manifests/hugs.pp
index 472066c7..49fe6ac7 100644
--- a/deployment/websites/manifests/hugs.pp
+++ b/deployment/websites/manifests/hugs.pp
@@ -4,7 +4,7 @@ class websites::hugs {
$vhostdir = "$websites::base::webdatadir/hugs.$::domain"
$svn_location = "svn://svn.$::domain/svn/web/hugs/public/"
- apache::vhost_base { "hugs.$::domain":
+ apache::vhost::base { "hugs.$::domain":
location => $vhostdir,
}