Michael Grote
7a24089031
Reviewed-on: #584 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
14 lines
388 B
Django/Jinja
14 lines
388 B
Django/Jinja
{% if pbs_prune_jobs is defined %}
|
|
{% for item in pbs_prune_jobs %}
|
|
|
|
prune: {{ item.name }}
|
|
keep-daily {{ item.keep_daily }}
|
|
keep-hourly {{ item.keep_hourly }}
|
|
keep-last {{ item.keep_last }}
|
|
schedule {{ item.schedule }}
|
|
store {{ item.store }}
|
|
|
|
{% endfor %}
|
|
{% endif %}
|
|
|
|
{# das leerzeichen hinter ns ist wichtig, sonst kann pbs die Datei nicht parsen #}
|