Allow the shared directory to be mounted

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk
2018-01-05 10:47:30 +01:00
parent cea3c93ff9
commit c05ef11ebd

View File

@@ -49,4 +49,11 @@ mountpoint = /mnt/fedora_koji_prod/koji
path = /mnt/fedora_koji_prod/koji
fstype = bind
options = ro,bind
; Directory for secrets to be used by certain builds
[path3]
mountpoint = /etc/kojid/secrets/
path = /etc/kojid/secrets/
fstype = bind
options = ro,bind
{% endif %}