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

6 lines
204 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 %}