From 0ad418f62067f98f11c68165952698241d5990b1 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 10 Apr 2016 01:43:04 -0400 Subject: git: git-daemon and https clone transports --- roles/git/templates/etc_cgitrc.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles') diff --git a/roles/git/templates/etc_cgitrc.j2 b/roles/git/templates/etc_cgitrc.j2 index ea52194..a16642c 100644 --- a/roles/git/templates/etc_cgitrc.j2 +++ b/roles/git/templates/etc_cgitrc.j2 @@ -3,7 +3,7 @@ cache-size=1000 # Specify some default clone urls using macro expansion -clone-url=git@{{ cgit_hostname }}:$CGIT_REPO_URL +clone-url=git@{{ cgit_hostname }}:$CGIT_REPO_URL https://{{ cgit_hostname }}/$CGIT_REPO_URL git://{{ cgit_hostname }}/$CGIT_REPO_URL # Specify the css url -- cgit v1.2.3