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
{{ message }}
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.
yum >=3.0.0 no longer includes the ius recipe. ius is now its own cookbook.
yum-ius requires Chef 11 or higher so making this a dependency would break bc with projects using older versions of Chef.
Locking the version at < 3 potentially causes issues with other cookbooks that require yum > 3 (runit, memcached etc.)
Im not sure what best approach to resolve this is. I would probably say depend on yum > 3 and yum-ius but not sure what versions of Chef this cookbook is aimed at supporting.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
yum >=3.0.0
no longer includes theius
recipe.ius
is now its own cookbook.yum-ius
requires Chef 11 or higher so making this a dependency would break bc with projects using older versions of Chef.Locking the version at
< 3
potentially causes issues with other cookbooks that requireyum > 3
(runit, memcached etc.)Im not sure what best approach to resolve this is. I would probably say depend on
yum > 3
andyum-ius
but not sure what versions of Chef this cookbook is aimed at supporting.The text was updated successfully, but these errors were encountered: