aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
Diffstat (limited to 'deployment')
-rw-r--r--deployment/websites/manifests/www.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/deployment/websites/manifests/www.pp b/deployment/websites/manifests/www.pp
index 0f7a7841..b08c97f5 100644
--- a/deployment/websites/manifests/www.pp
+++ b/deployment/websites/manifests/www.pp
@@ -2,7 +2,7 @@ class websites::www {
include websites::base
$vhost = "www.$::domain"
$vhostdir = "$websites::base::webdatadir/$vhost"
- $svn_location = "svn://svn.$::domain/svn/web/www/trunk"
+ $git_location = "git://git.$::domain/web/www"
include apache::var
include apache::mod::php
@@ -11,8 +11,8 @@ class websites::www {
include apache::mod::proxy
include apache::mod::ssl
- subversion::snapshot { $vhostdir:
- source => $svn_location,
+ git::snapshot { $vhostdir:
+ source => $git_location,
}
file { "$vhostdir/var/tmp/cache":