Issue #4482 has been updated by Nigel Kersten. Status changed from Needs design decision to Duplicate
I know your bug was in first, but I'm duping this to #4976, as it's a more general solution. I don't believe "force" is the correct default, but it's something you'll be able to specify when that bug is resolved. ---------------------------------------- Bug #4482: puppet uses wrong options to apt-get - install of previous version doesn't work https://projects.puppetlabs.com/issues/4482 Author: Klavs Klavsen Status: Duplicate Priority: Normal Assignee: Nigel Kersten Category: package Target version: Affected Puppet version: Keywords: Branch: if you try to ensure a previous version of a package, using apt-get as the provider (instead of aptitude which works) - puppet fails (it did with 0.24.8 - I'll confirm with 0.25.x just to be sure). Puppet needs to call apt-get like this for this to work: DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes ... -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
