From c8814d06326341c93e28cffcbbb779ce5dbcd3cb Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Mon, 29 Sep 2025 16:58:45 -0400 Subject: [PATCH] removed commented code --- setup/so-functions | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index 0d7890d17..5847df704 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1202,9 +1202,6 @@ hypervisor_local_states() { logCmd "salt-call state.apply libvirt.64962 --local --file-root=../salt/ -l info queue=True" info "Setting up bridge for $MNIC" salt-call state.apply libvirt.bridge --local --file-root=../salt/ -l info pillar='{"host": {"mainint": "'$MNIC'"}}' queue=True - #if [ $is_managerhype ]; then - # logCmd "salt-call state.apply salt.minion queue=True" - #fi fi }