Fix template
This commit is contained in:
parent
714636b6ed
commit
63a72008ff
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
; paths have readonly options and are made writable via extra_mounts
|
||||
; parameter for individual calls.
|
||||
; default_mounts = /mnt/archive,/mnt/workdir
|
||||
{% if {{ env }} == 'production' %}
|
||||
{% if env == 'production' %}
|
||||
default_mounts = /mnt/koji
|
||||
{% elif {{ env }} == 'staging' %}
|
||||
{% elif env == 'staging' %}
|
||||
; In staging we also need the production split volume
|
||||
default_mounts = /mnt/koji,/mnt/fedora_koji_prod/koji
|
||||
{% endif %}
|
||||
|
@ -42,7 +42,7 @@ path = /mnt/koji
|
|||
fstype = bind
|
||||
options = bind
|
||||
|
||||
{% if {{ env }} == 'staging' %}
|
||||
{% if env == 'staging' %}
|
||||
; we need to mount the production split volume here.
|
||||
[path2]
|
||||
mountpoint = /mnt/fedora_koji_prod/koji
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue