From e12e9a37731036d86ab4141117efbb0a4802b5e9 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Apr 12 2021 12:37:56 +0000 Subject: pagure: Set attachments folder location Otherwise, attachments in issues don't work. --- diff --git a/salt/profile/pagure/files/pagure.cfg b/salt/profile/pagure/files/pagure.cfg index dfd6805..e2afd4d 100644 --- a/salt/profile/pagure/files/pagure.cfg +++ b/salt/profile/pagure/files/pagure.cfg @@ -111,6 +111,13 @@ REMOTE_GIT_FOLDER = os.path.join( 'remotes' ) +### Folder containing out-of-git attachments cache +ATTACHMENTS_FOLDER = os.path.join( + '/srv', + 'gitolite', + 'attachments' +) + ### Whether to enable scanning for viruses in attachments VIRUS_SCAN_ATTACHMENTS = False