Issue #2406 has been updated by Nigel Kersten. Assignee changed from Nigel Kersten to eric sorenson
---------------------------------------- Feature #2406: APT provider's ensure parameter should support release name https://projects.puppetlabs.com/issues/2406#change-67030 Author: Andrew Pollock Status: Investigating Priority: Normal Assignee: eric sorenson Category: Debian Target version: Affected Puppet version: 0.24.8 Keywords: Branch: This is a feature request received via Debian, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513553 > > I'd like to be able to specify something like: > package { > "openoffice.org": ensure => "etch-backports"; > } > > This would call: > apt-get install openoffice.org/etch-backports > or > apt-get install -t etch-backports openoffice.org > > instead of: > apt-get install openoffice.org=etch-backports > > Can puppet check if the ensure parameter starts with a digit and decide > accordingly? > -- 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.
