mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #1228 from Security-Onion-Solutions/quickfix/importnode
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
|
salt-call state.apply salt.minion -l info >> $setup_log 2>&1
|
||||||
fi
|
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'
|
set_progress_str 23 'Generating CA and checking in'
|
||||||
salt_checkin >> $setup_log 2>&1
|
salt_checkin >> $setup_log 2>&1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user