-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install.sh does not properly detect opensuse-leap 15 #267
Comments
This is still an issue. Suse and openSUSE seem not to be detected properly (can be easily tested with bento box https://app.vagrantup.com/bento/boxes/opensuse-leap-15 + kitchen). Therefore it makes the use of chef + kitchen + suse challenging :-)
You can apply the following workaround in kitchen:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Suse previously shipped with a /etc/SUSE-release file that we parsed. This is no longer the case and they've switched to the /etc/os-release standard. We need to properly parse that out.
The text was updated successfully, but these errors were encountered: