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