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