From: Frank Brehm Date: Mon, 29 Jun 2020 11:15:09 +0000 (+0200) Subject: Fixing wrong URL in snippets/tpl.170.repos_oel7.sh X-Git-Tag: 2.1.2^2~5^2~3^2~2 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=53ed7acc3e071cb30c4b79c5d4d36f968891ee9f;p=pixelpark%2Fcreate-vmware-tpl.git Fixing wrong URL in snippets/tpl.170.repos_oel7.sh --- diff --git a/snippets/tpl.170.repos_oel7.sh b/snippets/tpl.170.repos_oel7.sh index 6582aff..1ceb136 100644 --- a/snippets/tpl.170.repos_oel7.sh +++ b/snippets/tpl.170.repos_oel7.sh @@ -8,7 +8,7 @@ get_repos_centos7() { echo "${HASH_LINE}" echo "Calling get_repos_centos7() ..." echo - local base_url="${COBBLER_URL}/${ws_rel_filesdir}/${system_status}/repos/centos7" + local base_url="${COBBLER_URL}/${ws_rel_filesdir}/${system_status}/repos/oel7" local -a repos=('ol7_addons' 'ol7_latest' 'ol7_optional_latest')