From 74bf79c45b582133a3076599acddb3ac0796d118 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 12 Oct 2018 11:45:28 +0200 Subject: [PATCH] And Pagure has this special Signed-off-by: Patrick Uiterwijk --- roles/pagure/frontend/templates/gitolite.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pagure/frontend/templates/gitolite.rc b/roles/pagure/frontend/templates/gitolite.rc index b7f9b13b92..41c0b3f1f6 100644 --- a/roles/pagure/frontend/templates/gitolite.rc +++ b/roles/pagure/frontend/templates/gitolite.rc @@ -15,7 +15,7 @@ %RC = ( # ------------------------------------------------------------------ -{% if env == "staging" %} +{% if env == "pagure-staging" %} HTTP_ANON_USER => 'ANONYMOUS_', {% endif %} # default umask gives you perms of '0700'; see the rc file docs for