From 3143643692f34ab3efb10a7eb8745867547571c6 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Fri, 29 May 2020 13:05:26 -0400 Subject: [PATCH] add navigator to master if enabled --- salt/top.sls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/salt/top.sls b/salt/top.sls index 4d60b01c0..8e10de677 100644 --- a/salt/top.sls +++ b/salt/top.sls @@ -154,6 +154,9 @@ base: {%- if PLAYBOOK != 0 %} - playbook {%- endif %} + {%- if NAVIGATOR != 0 %} + - navigator + {%- endif %} {%- if FREQSERVER != 0 %} - freqserver {%- endif %}