I'm trying to use something like this... package { "blah": ensure => "1.2.3*" }
...and I know that doesn't work because it looks for a package literally with that value "1.2.3*". What I want is to say, install the latest package in the 1.2.3 branch but don't automatically upgrade to anything later than that. e.g. 1.2.3-01, 1.2.3-05 are fine if I find them in the REPO....but not 1.2.4 or later. I'm sure there's a way to do this with a regex or something, but I've not been able to find any examples in my searches so far. Thanks, Matt -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.