From 1233f4ee943a8f07f8ae8c5e79af83d8adbc6cd6 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 15 Jun 2014 11:17:02 +0100 Subject: websites: Switch hugs.mageia.org hosting to git. The conversion rebased the code to skip the public folder (nothing outside of that is particularly private) --- deployment/websites/manifests/hugs.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'deployment') diff --git a/deployment/websites/manifests/hugs.pp b/deployment/websites/manifests/hugs.pp index 49fe6ac7..2840b45a 100644 --- a/deployment/websites/manifests/hugs.pp +++ b/deployment/websites/manifests/hugs.pp @@ -2,14 +2,14 @@ class websites::hugs { include websites::base $vhostdir = "$websites::base::webdatadir/hugs.$::domain" - $svn_location = "svn://svn.$::domain/svn/web/hugs/public/" + $git_location = "git://git.$::domain/web/hugs" apache::vhost::base { "hugs.$::domain": location => $vhostdir, } - subversion::snapshot { $vhostdir: - source => $svn_location + git::snapshot { $vhostdir: + source => $git_location } package { 'php-exif': } -- cgit v1.2.1