The patch fixes the issue when reclass adapter crashes if a new node is tried to register in reclass metadata with reactor/runner mechanism. This actually happens because of merged PR https://github.com/saltstack/salt/pull/15881 so ID of master is chnaged to <NODE_NAME>_master https://github.com/saltstack/salt/blame/2017.7/salt/config/__init__.py#L3584 thats why runner modul can't fine the node and crashes. Change-Id: I12b59db72d58d5b9d09cbd454201a75366545779 Related-PROD: PROD-17051pull/73/head
@@ -189,6 +189,8 @@ nacl.config: | |||
file_recv: {{ master.get('file_recv', False) }} | |||
id: {{ system.name }}.{{ system.domain }} | |||
{#- | |||
vim: syntax=jinja | |||
-#} |