From cf02b8e19173d4e3ca641f93d985ecfcf6d95eaa Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 22 Dec 2022 10:34:33 -0500 Subject: [PATCH] Modify manager for repo --- setup/so-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index 6447a7ded..97b3fcdd4 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1430,8 +1430,8 @@ create_global() { # Continue adding other details echo " imagerepo: '$IMAGEREPO'" >> $global_pillar_file echo " pipeline: 'redis'" >> $global_pillar_file - echo " repo_host: '$MAINIP'" >> $global_pillar_file - echo " registry_host: '$MAINIP'" >> $global_pillar_file + echo " repo_host: '$HOSTNAME'" >> $global_pillar_file + echo " registry_host: '$HOSTNAME'" >> $global_pillar_file echo " endgamehost: '$ENDGAMEHOST'" >> $global_pillar_file }