paulbsd-salt/states/systemd/templates/systemd_custom.conf.j2
Paul Lecuq 530f1f4009
All checks were successful
continuous-integration/drone/push Build is passing
updated systemd state
2024-09-25 21:21:55 +02:00

8 lines
221 B
Django/Jinja

## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
{% for module, setting in settings.items() -%}
[{{ module }}]
{%- for key, value in setting.items() %}
{{ key }}={{ value }}
{%- endfor %}
{%- endfor %}