From d39118b48f90f2f100007b7a9d320ff9d1d74b6b Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 15 Jun 2014 11:32:32 +0100 Subject: transifex: Switch transifex template hosting to git. Although AFAIK, this is no longer used. --- modules/transifex/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/transifex') diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp index 56ad2bf2..e4500b9f 100644 --- a/modules/transifex/manifests/init.pp +++ b/modules/transifex/manifests/init.pp @@ -31,8 +31,8 @@ class transifex { '45-ldap.conf', '50-project.conf']: } - subversion::snapshot { $templates_dir: - source => 'svn://svn.mageia.org/svn/web/templates/transifex/trunk' + git::snapshot { $templates_dir: + source => "git://git.$::domain/web/templates/transifex" } apache::vhost::django_app { "transifex.$::domain": -- cgit v1.2.1