diff --git a/salt/salt/redis/redis.conf.jinja2 b/salt/salt/redis/redis.conf.jinja2 index 21cb4a1..003b0fa 100644 --- a/salt/salt/redis/redis.conf.jinja2 +++ b/salt/salt/redis/redis.conf.jinja2 @@ -43,9 +43,11 @@ # loadmodule /path/to/my_module.so # loadmodule /path/to/other_module.so +{% if accumulator is defined %} {% for line in accumulator['redis_loadmodule_lines'] -%} {{ line }} {% endfor %} +{% endif %} ################################## NETWORK #####################################