diff --git a/roles/pagure/frontend/templates/gitolite.rc b/roles/pagure/frontend/templates/gitolite.rc index 389d04545e..b7f9b13b92 100644 --- a/roles/pagure/frontend/templates/gitolite.rc +++ b/roles/pagure/frontend/templates/gitolite.rc @@ -15,7 +15,7 @@ %RC = ( # ------------------------------------------------------------------ -{%- if environment == "staging" %} +{% if env == "staging" %} HTTP_ANON_USER => 'ANONYMOUS_', {% endif %} # default umask gives you perms of '0700'; see the rc file docs for