From 5a4bc8734c058e4abf1f3973e6ef1f7176ae369b Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 15 Jun 2014 11:20:36 +0100 Subject: websites: Switch www.mageia.org hosting to git. --- deployment/websites/manifests/www.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'deployment') 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": -- cgit v1.2.1