Whoo, hijack :-)

On 01/05/2012 03:09 AM, Dan White wrote:
> Assume I move from 
> 
> package { "foo": ensure => "1.2-0", }
> 
> to 
> 
> package { "foo": ensure => "1.5-0", }
> 
> and then find that the update breaks other things.  Would changing the 
> catalog back remove the newer version and re-load the older one ?

Assuming the package provider you're using is capable of doing that
(apt[itude] is, so should yum), then yes - it will remove whatever
"wrong" version it finds on your system and replace it with the one
requested.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" 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-users?hl=en.

Reply via email to