Update core counts if heavy node or SA

This commit is contained in:
Mike Reeves
2020-08-26 11:00:23 -04:00
parent c38f4ad4ae
commit e1a52a4921
2 changed files with 34 additions and 4 deletions

View File

@@ -154,6 +154,7 @@ 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
@@ -172,6 +173,7 @@ 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