homeserver/roles/mgrote_pbs_datastores/templates/prune-jobs.j2
Michael Grote 7a24089031 fix linter errors (#584)
Reviewed-on: #584
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2023-10-25 22:26:17 +02:00

15 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 #}