Merge "Enable EPEL mirror by default"
This commit is contained in:
commit
487777f5c7
4
stack.sh
4
stack.sh
@ -348,6 +348,10 @@ SKIP_EPEL_INSTALL=$(trueorfalse False SKIP_EPEL_INSTALL)
|
|||||||
# is pre-installed.
|
# is pre-installed.
|
||||||
if [[ -f /etc/nodepool/provider ]]; then
|
if [[ -f /etc/nodepool/provider ]]; then
|
||||||
SKIP_EPEL_INSTALL=True
|
SKIP_EPEL_INSTALL=True
|
||||||
|
if is_fedora; then
|
||||||
|
# However, EPEL is not enabled by default.
|
||||||
|
sudo yum-config-manager --enable epel
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if is_fedora && [[ $DISTRO == "rhel7" ]] && \
|
if is_fedora && [[ $DISTRO == "rhel7" ]] && \
|
||||||
|
Loading…
Reference in New Issue
Block a user