bodhi-backend: mount new fedora_ftp_archive volume here
We need this volume here also because this is where the cron job that calculates the DIRECTORY_SIZES.txt file lives. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
cba637c5c2
commit
eddb753a8a
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@
|
|||
mnt_dir: '/pub/'
|
||||
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub/'
|
||||
|
||||
- role: nfs/client
|
||||
mnt_dir: '/pub/archive'
|
||||
nfs_src_dir: 'fedora_ftp_archive'
|
||||
|
||||
- role: keytab/service
|
||||
owner_user: apache
|
||||
owner_group: apache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue