diff --git a/salt/top.sls b/salt/top.sls index a50b10dbe..42203b13e 100644 --- a/salt/top.sls +++ b/salt/top.sls @@ -100,6 +100,9 @@ base: {%- if PLAYBOOK != 0 %} - playbook {%- endif %} + {%- if NAVIGATOR != 0 %} + - navigator + {%- endif %} {%- if FREQSERVER != 0 %} - freqserver {%- endif %}