Fix template

This commit is contained in:
Kevin Fenzi 2016-04-27 18:08:03 +00:00
parent 714636b6ed
commit 63a72008ff

View file

@ -4,9 +4,9 @@
; paths have readonly options and are made writable via extra_mounts ; paths have readonly options and are made writable via extra_mounts
; parameter for individual calls. ; parameter for individual calls.
; default_mounts = /mnt/archive,/mnt/workdir ; default_mounts = /mnt/archive,/mnt/workdir
{% if {{ env }} == 'production' %} {% if env == 'production' %}
default_mounts = /mnt/koji default_mounts = /mnt/koji
{% elif {{ env }} == 'staging' %} {% elif env == 'staging' %}
; In staging we also need the production split volume ; In staging we also need the production split volume
default_mounts = /mnt/koji,/mnt/fedora_koji_prod/koji default_mounts = /mnt/koji,/mnt/fedora_koji_prod/koji
{% endif %} {% endif %}
@ -42,7 +42,7 @@ path = /mnt/koji
fstype = bind fstype = bind
options = bind options = bind
{% if {{ env }} == 'staging' %} {% if env == 'staging' %}
; we need to mount the production split volume here. ; we need to mount the production split volume here.
[path2] [path2]
mountpoint = /mnt/fedora_koji_prod/koji mountpoint = /mnt/fedora_koji_prod/koji