We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
apt-chef 2.0.1
chef-client 12 or 13
Ubuntu Xenial 16.04
I'm trying to override the supported_codenames so that the logic for checking the lsb (values from lsb_release -a) will work.
supported_codenames
lsb
lsb_release -a
The current list is very out-of-date and should be updated to include xenial.
xenial
I expected to be able to change the supported_codenames attribute.
I expected apt-chef to pick the correct codename for the sources_list.
apt-chef
sources_list
It always picks lucid.
lucid
The text was updated successfully, but these errors were encountered:
The logic that auto-selects the default value should be moved into a library and used from the recipes.
Sorry, something went wrong.
No branches or pull requests
Cookbook version
apt-chef 2.0.1
Chef-client version
chef-client 12 or 13
Platform Details
Ubuntu Xenial 16.04
Scenario:
I'm trying to override the
supported_codenames
so that the logic for checking thelsb
(values fromlsb_release -a
) will work.The current list is very out-of-date and should be updated to include
xenial
.Steps to Reproduce:
I expected to be able to change the
supported_codenames
attribute.Expected Result:
I expected
apt-chef
to pick the correct codename for thesources_list
.Actual Result:
It always picks
lucid
.The text was updated successfully, but these errors were encountered: