Issue #11953 has been updated by Dan Bode.
merged in commit: https://github.com/puppetlabs/puppet-apt/commit/3f2df6b8602ef426ce1c413d7ac0487e603f11d3 ---------------------------------------- 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.
