Commit 651f2ca2 authored by Łukasz Nowak's avatar Łukasz Nowak

software/rapid-cdn: Drop duplicate

parent b28ee875
......@@ -26,7 +26,7 @@ md5sum = cbdb70c2e93479e5ff0d868997f4adc6
[profile-master]
filename = instance-master.cfg.in
md5sum = 4fba521777b81e7abfe8d6f80b429c9f
md5sum = 877e08db0fb814882f716a9cd0429c83
[profile-slave-list]
filename = instance-slave-list.cfg.in
......
......@@ -364,7 +364,7 @@ context =
{# Cleanup slave from not needed keys which come from implementation of SlapOS Master #}
{# Send only controlled information about the slave to node #}
{% set authorized_slave = {} %}
{% for key in FRONTEND_NODE_SLAVE_PASSED_KEY_LIST + FRONTEND_NODE_SLAVE_PASSED_KEY_LIST %}
{% for key in FRONTEND_NODE_SLAVE_PASSED_KEY_LIST %}
{% if key in slave %}
{% do authorized_slave.__setitem__(key, slave[key]) %}
{% endif %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment