You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have two Erlang versions in your repositories it fails to install the older one. In my case the new one is Erlang 18.1. The erlang package obsoletes the older packages (of same name). My workaround is:
If you have two Erlang versions in your repositories it fails to install the older one. In my case the new one is Erlang 18.1. The erlang package obsoletes the older packages (of same name). My workaround is:
From hieradata I supply erlang_exclude_version=18.1 so the resulting yum command looks like:
yum install erlang-R14B --exclude erlang-18.1
The text was updated successfully, but these errors were encountered: