Merge pull request #1228 from Security-Onion-Solutions/quickfix/importnode

remove bonding for import node
This commit is contained in:
Josh Patterson
2020-08-20 14:23:21 -04:00
committed by GitHub
2 changed files with 0 additions and 11 deletions

View File

@@ -542,11 +542,6 @@ fi
salt-call state.apply salt.minion -l info >> $setup_log 2>&1
fi
if [[ $is_import ]]; then
set_progress_str 22 'Configuring bond interface'
salt-call state.apply import.bond -l info >> $setup_log 2>&1
fi
set_progress_str 23 'Generating CA and checking in'
salt_checkin >> $setup_log 2>&1