From 89467adf9c3ba493c397836a942b9f75b9eb183e Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 10 Oct 2023 13:05:43 -0400 Subject: [PATCH] batch the salt mine update --- salt/manager/tools/sbin/soup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 333be836b..e4b388e22 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -580,7 +580,7 @@ update_centos_repo() { update_salt_mine() { echo "Populating the mine with network.ip_addrs pillar.host.mainint for each host." set +e - salt \* mine.update + salt \* mine.update -b 50 set -e }