From 70ae1f5dd513bb6899d2d20233f045b86e47a2dd Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 15 Jun 2014 11:13:51 +0100 Subject: websites: Switch archives.mageia.org hosting to git. --- deployment/websites/manifests/archives.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'deployment/websites/manifests') diff --git a/deployment/websites/manifests/archives.pp b/deployment/websites/manifests/archives.pp index 21c033c3..5680631e 100644 --- a/deployment/websites/manifests/archives.pp +++ b/deployment/websites/manifests/archives.pp @@ -2,7 +2,7 @@ class websites::archives { include websites::base $vhost = "archives.$::domain" $vhostdir = "$websites::base::webdatadir/$vhost" - $svn_location = "svn://svn.$::domain/svn/web/archives/" + $git_location = "git://git.$::domain/web/archives" apache::vhost::base { $vhost: location => $vhostdir, @@ -14,7 +14,7 @@ class websites::archives { location => $vhostdir, } - subversion::snapshot { $vhostdir: - source => $svn_location, + git::snapshot { $vhostdir: + source => $git_location, } } -- cgit v1.2.1