From 107ffe30bf3865f4bf4ea27bc3d94abd39370a01 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 5 Oct 2018 16:29:53 +0200 Subject: [PATCH] Allow anon gitolite cloning Signed-off-by: Patrick Uiterwijk --- roles/distgit/templates/gitolite.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/distgit/templates/gitolite.rc b/roles/distgit/templates/gitolite.rc index 5f6d41a88c..e7ea639bb7 100644 --- a/roles/distgit/templates/gitolite.rc +++ b/roles/distgit/templates/gitolite.rc @@ -21,6 +21,7 @@ use RepoAliases qw( repo_aliases ); %RC = ( # ------------------------------------------------------------------ + HTTP_ANON_USER => 'ANONYMOUS_', # default umask gives you perms of '0700'; see the rc file docs for # how/why you might change this