Issue #11953 has been updated by Matthaus Litteken. Status changed from Unreviewed to In Topic Branch Pending Review Branch set to https://github.com/haus/puppet-apt/commits/11953_fix_apt_force_version
This adds the call I suggest in the body of the ticket, and updates the rspec-puppet tests. Pull: <https://github.com/puppetlabs/puppet-apt/pull/12> Commit: <https://github.com/haus/puppet-apt/commit/f759bc039a6a132a262a196450aad2ca9fd5f735> ---------------------------------------- Bug #11953: apt::force doesn't actually do anything with $version https://projects.puppetlabs.com/issues/11953 Author: Matthaus Litteken Status: In Topic Branch Pending Review Priority: Normal Assignee: Matthaus Litteken Category: modules Target version: Affected Puppet version: Keywords: Branch: https://github.com/haus/puppet-apt/commits/11953_fix_apt_force_version The aptitude command should be passed the version for apt::force. Otherwise, if trying to force an old version. aptitude will just keep installing the new or default available version. It should use `/usr/bin/aptitude -y -t ${release} install ${name}=${version}` for when the version is set so that the correct version is installed. -- 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.
