From 55a39a390297614de5e8f8da361559e7f84e1876 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 12 Oct 2018 11:51:57 +0200 Subject: [PATCH] Enable anon user for prod Pagure Signed-off-by: Patrick Uiterwijk --- roles/pagure/frontend/templates/gitolite.rc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/pagure/frontend/templates/gitolite.rc b/roles/pagure/frontend/templates/gitolite.rc index 41c0b3f1f6..77eb32b3ec 100644 --- a/roles/pagure/frontend/templates/gitolite.rc +++ b/roles/pagure/frontend/templates/gitolite.rc @@ -15,9 +15,8 @@ %RC = ( # ------------------------------------------------------------------ -{% if env == "pagure-staging" %} HTTP_ANON_USER => 'ANONYMOUS_', -{% endif %} + # default umask gives you perms of '0700'; see the rc file docs for # how/why you might change this UMASK => 0077,