diff --git a/stack.sh b/stack.sh index 9a0cec601f..5e45f1ca0c 100755 --- a/stack.sh +++ b/stack.sh @@ -347,6 +347,10 @@ SKIP_EPEL_INSTALL=$(trueorfalse False SKIP_EPEL_INSTALL) # is pre-installed. if [[ -f /etc/nodepool/provider ]]; then SKIP_EPEL_INSTALL=True + if is_fedora; then + # However, EPEL is not enabled by default. + sudo yum-config-manager --enable epel + fi fi if is_fedora && [[ $DISTRO == "rhel7" ]] && \