Make soup use reposync from the repo

This commit is contained in:
Mike Reeves
2024-06-21 14:41:27 -04:00
parent 70c001e22b
commit c5ce7102e8
3 changed files with 1 additions and 1 deletions

0
salt/manager/tools/sbin/so-elasticagent-status Normal file → Executable file
View File

0
salt/manager/tools/sbin/so-repo-sync Normal file → Executable file
View File

View File

@@ -484,7 +484,7 @@ post_to_2.4.80() {
repo_sync() {
echo "Sync the local repo."
su socore -c '/usr/sbin/so-repo-sync' || fail "Unable to complete so-repo-sync."
su socore -c '$UPDATE_DIR/salt/manager/tools/sbin/so-repo-sync' || fail "Unable to complete so-repo-sync."
}
stop_salt_master() {