-
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
Downgrading throws "undefined method `allow_downgrade' for Chef::Resource::AptPackage" #208
Comments
@schisamo I'll save you all the experimentation I conducted, but it looks like there's a conflict with the Try changing the resource's action to chef_ingredient 'automate-1.7' do
product_name 'automate'
version '1.7'
end
chef_ingredient 'automate-1.6' do
product_name 'automate'
version '1.6'
end |
@wrightp If we use |
If you are setting For example: chef_ingredient 'automate-1.6' do
product_name 'automate'
version '1.6'
end
# installs 1.7.39
chef_ingredient 'automate-latest' do
product_name 'automate'
end |
This is just a workaround though as it looks like a bug in chef |
Cookbook version
2.1.10
Chef-client version
13.6.2
Platform Details
Ubuntu 16.04
Scenario:
Downgrading a product is throwing:
The text was updated successfully, but these errors were encountered: