diff --git a/roles/odcs/base/templates/etc/odcs/config.py.j2 b/roles/odcs/base/templates/etc/odcs/config.py.j2 index 2fce1a8d68..e1d4d822ab 100644 --- a/roles/odcs/base/templates/etc/odcs/config.py.j2 +++ b/roles/odcs/base/templates/etc/odcs/config.py.j2 @@ -125,6 +125,8 @@ class ProdConfiguration(BaseConfiguration): MESSAGING_TOPIC = "odcs.compose.state-changed" INTERNAL_MESSAGING_TOPIC = "odcs.internal.msg" + PUNGI_KOJI_ARGS = ['--nightly'] + PUNGI_RUNROOT_ENABLED = {{ odcs_pungi_runroot_enabled }} PUNGI_PARENT_RUNROOT_CHANNEL = "{{ odcs_pungi_parent_runroot_channel }}" PUNGI_PARENT_RUNROOT_PACKAGES = {{ odcs_pungi_parent_runroot_packages }}