Fleet standalone fixes - firewall

This commit is contained in:
Josh Brower
2020-06-02 08:05:48 -04:00
parent 4b14ecf1d9
commit b695b7f245
4 changed files with 10 additions and 4 deletions

View File

@@ -138,6 +138,8 @@ if [[ $is_eval ]]; then
check_requirements "eval"
elif [[ $is_distmaster || $is_minion ]]; then
check_requirements "dist"
elif [[ $is_fleet_standalone ]]; then
check_requirements "fleet"
elif [[ $is_sensor && ! $is_eval ]]; then
check_requirements "dist" "sensor"
fi
@@ -284,7 +286,7 @@ if [[ $is_node && ! $is_eval ]]; then
fi
fi
if [ "$install_type" = 'FLEET' ]; then
if [ "$install_type" == 'FLEET' ]; then
collect_fleetuser_inputs
else
FLEETNODEUSER=$WEBUSER