Merge "CI: Add https match for mirror.centos.org to template-overrides"
This commit is contained in:
commit
3da0aaa845
@ -69,6 +69,9 @@ RUN sed -i \
|
||||
&& sed -i \
|
||||
-e "/^mirrorlist/ d" \
|
||||
-e "s|^#baseurl=http://mirror.centos.org|baseurl=http://{{ nodepool_mirror_host }}|" \
|
||||
-e "s|^#baseurl=https://mirror.centos.org|baseurl=http://{{ nodepool_mirror_host }}|" \
|
||||
-e "s|^baseurl=http://mirror.centos.org|baseurl=http://{{ nodepool_mirror_host }}|" \
|
||||
-e "s|^baseurl=https://mirror.centos.org|baseurl=http://{{ nodepool_mirror_host }}|" \
|
||||
/etc/yum.repos.d/CentOS-*.repo \
|
||||
&& sed -i \
|
||||
-e "/^metalink/ d" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user