From 220e5b7589a64eb6eef18a78971f13095bcff959 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Apr 12 2021 12:42:50 +0000 Subject: Merge branch 'ngompa/pagure-enable-attachments' into 'production' pagure: Set attachments folder location See merge request infra/salt!483 --- 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