Apply yum fixes once changes are opk

This commit is contained in:
Mike Reeves
2020-04-14 09:59:48 -04:00
parent 3321e975bd
commit 6ef14afa9e

View File

@@ -471,7 +471,6 @@ if (whiptail_you_sure) ; then
[[ $SKIP_BOND != 'yes' ]] && whiptail_bond_nics [[ $SKIP_BOND != 'yes' ]] && whiptail_bond_nics
whiptail_management_server whiptail_management_server
whiptail_master_updates whiptail_master_updates
set_updates
whiptail_homenet_sensor whiptail_homenet_sensor
whiptail_sensor_config whiptail_sensor_config
# Calculate lbprocs so we can call it in the prompts # Calculate lbprocs so we can call it in the prompts
@@ -485,6 +484,7 @@ if (whiptail_you_sure) ; then
whiptail_basic_suri whiptail_basic_suri
fi fi
whiptail_make_changes whiptail_make_changes
set_updates
set_hostname set_hostname
clear_master clear_master
mkdir -p /nsm mkdir -p /nsm
@@ -759,7 +759,6 @@ if (whiptail_you_sure) ; then
if [ $INSTALLTYPE == 'SEARCHNODE' ] || [ $INSTALLTYPE == 'PARSINGNODE' ] || [ $INSTALLTYPE == 'HOTNODE' ] || [ $INSTALLTYPE == 'WARMNODE' ]; then if [ $INSTALLTYPE == 'SEARCHNODE' ] || [ $INSTALLTYPE == 'PARSINGNODE' ] || [ $INSTALLTYPE == 'HOTNODE' ] || [ $INSTALLTYPE == 'WARMNODE' ]; then
whiptail_management_server whiptail_management_server
whiptail_master_updates whiptail_master_updates
set_updates
get_log_size_limit get_log_size_limit
CURCLOSEDAYS=30 CURCLOSEDAYS=30
es_heapsize es_heapsize
@@ -783,6 +782,7 @@ if (whiptail_you_sure) ; then
LSINPUTBATCHCOUNT=125 LSINPUTBATCHCOUNT=125
fi fi
whiptail_make_changes whiptail_make_changes
set_updates
set_hostname set_hostname
clear_master clear_master
mkdir -p /nsm mkdir -p /nsm
@@ -852,7 +852,6 @@ if (whiptail_you_sure) ; then
[[ $SKIP_BOND != 'yes' ]] && whiptail_bond_nics [[ $SKIP_BOND != 'yes' ]] && whiptail_bond_nics
whiptail_management_server whiptail_management_server
whiptail_master_updates whiptail_master_updates
set_updates
whiptail_homenet_sensor whiptail_homenet_sensor
whiptail_sensor_config whiptail_sensor_config
# Calculate lbprocs so we can call it in the prompts # Calculate lbprocs so we can call it in the prompts
@@ -889,6 +888,7 @@ if (whiptail_you_sure) ; then
LSINPUTBATCHCOUNT=125 LSINPUTBATCHCOUNT=125
fi fi
whiptail_make_changes whiptail_make_changes
set_updates
set_hostname set_hostname
clear_master clear_master
mkdir -p /nsm mkdir -p /nsm