From 936b2216d5ff95801f2348f6c5c08f0f2ad353b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 29 Dec 2021 21:53:41 +0100 Subject: Add extra clone url. --- manifests/site.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/site.pp') diff --git a/manifests/site.pp b/manifests/site.pp index 605e01e..4abad27 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -166,6 +166,7 @@ node 'hornquist.se' { scan_path => '/home/git/git', clone_url => [ 'https://git.hornquist.se/$CGIT_REPO_URL', + 'https://$HTTP_HOST$SCRIPT_NAME/$CGIT_REPO_URL', 'git@hornquist.se:git/$CGIT_REPO_URL.git', '(HTTP_only_for_public_repos)', ], -- cgit v1.2.3