From c05ef11ebd703e6cf445aac5c61166d9f96037fb Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 5 Jan 2018 10:47:30 +0100 Subject: [PATCH] Allow the shared directory to be mounted Signed-off-by: Patrick Uiterwijk --- roles/koji_builder/templates/runroot.conf.j2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/koji_builder/templates/runroot.conf.j2 b/roles/koji_builder/templates/runroot.conf.j2 index 1c5fdcbb2c..05e1813ef4 100644 --- a/roles/koji_builder/templates/runroot.conf.j2 +++ b/roles/koji_builder/templates/runroot.conf.j2 @@ -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 %}