aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-04-10 01:43:04 -0400
committerbnewbold <bnewbold@robocracy.org>2016-04-10 01:43:04 -0400
commit0ad418f62067f98f11c68165952698241d5990b1 (patch)
treedc73a3990599b0f872cc2255aef453c25f9a7ad3 /roles
parent981a5d93a50864497d6405b0e4f3ab5cb33642ec (diff)
downloadinfra-0ad418f62067f98f11c68165952698241d5990b1.tar.gz
infra-0ad418f62067f98f11c68165952698241d5990b1.zip
git: git-daemon and https clone transports
Diffstat (limited to 'roles')
-rw-r--r--roles/git/templates/etc_cgitrc.j22
1 files changed, 1 insertions, 1 deletions
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