diff --git a/functions b/functions index e2fdd544b..a0273de0a 100644 --- a/functions +++ b/functions @@ -215,7 +215,7 @@ install_puppet() { print_header 'Setup (RedHat based)' # EPEL does not work fine with RDO, we need to make sure EPEL is really disabled if rpm --quiet -q epel-release; then - $SUDO rpm -e epel-release + $SUDO $YUM remove -y epel-release fi if [ "${MANAGE_REPOS}" == "true" ] ; then