paulbsd-salt/states/redis/templates/redis.conf.j2
Paul a1685d7998
All checks were successful
continuous-integration/drone/push Build is passing
updated redis state
2024-08-31 08:09:33 +02:00

6 lines
203 B
Django/Jinja

#{{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
{%- from "redis/map.jinja" import redis with context %}
{% for key, value in redis.config.items () %}
{{ key }} {{ value }}
{% endfor %}