Issue #17102 has been updated by Andrew  Parker.

Status changed from Unreviewed to Needs More Information
Assignee set to Michael Stahnke

Do you know if the various packaging systems that puppet currently supports (at 
least in core) can all handle something like this? I'm thinking our best bet 
might be to find the lowest common denominator for doing this kind of thing.
----------------------------------------
Bug #17102: Puppet Package type should support ranges of software versions
https://projects.puppetlabs.com/issues/17102#change-74445

Author: Michael Stahnke
Status: Needs More Information
Priority: Normal
Assignee: Michael Stahnke
Category: 
Target version: 
Affected Puppet version: 
Keywords: range version
Branch: 


There are cases where system administrators want to keep updated within a 
specific range/branch.   Examples would be something like Apache or even Puppet 
itself.

The syntax could look like:

    package { "puppet":
      ensure => range(2.7.x),
    }
    
(it could just as easily use regexes, a min and a max, etc)  This was just an 
idea.


-- 
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.

Reply via email to