remove bonding for import node

This commit is contained in:
m0duspwnens
2020-08-20 14:20:09 -04:00
parent 43f4ebbcf1
commit a7a0520cfe
2 changed files with 0 additions and 11 deletions

View File

@@ -1,6 +0,0 @@
configure_bond0:
network.managed:
- name: bond0
- type: bond
- mode: '1'
- enabled: True

View File

@@ -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