mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
remove bonding for import node
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
configure_bond0:
|
||||
network.managed:
|
||||
- name: bond0
|
||||
- type: bond
|
||||
- mode: '1'
|
||||
- enabled: True
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user