[refactor] Remove is_smooshed var

This commit is contained in:
William Wernert
2020-12-08 15:29:48 -05:00
parent 813fe77582
commit a8f1ec37a3
2 changed files with 7 additions and 9 deletions

View File

@@ -176,7 +176,6 @@ elif [ "$install_type" = 'STANDALONE' ]; then
is_distmanager=true
is_node=true
is_sensor=true
is_smooshed=true
elif [ "$install_type" = 'MANAGERSEARCH' ]; then
is_manager=true
is_distmanager=true
@@ -194,7 +193,6 @@ elif [ "$install_type" = 'HEAVYNODE' ]; then
is_node=true
is_minion=true
is_sensor=true
is_smooshed=true
elif [ "$install_type" = 'FLEET' ]; then
is_minion=true
is_fleet_standalone=true