Aurelien Degremont
2009-Jun-11 08:18 UTC
[Puppet Users] Multiple version of the same package
Hello I would like to install different versions of the same package with Puppet. The packaging of those package is totally compatible and authorize to have both installed in the meantime. # rpm -i foo-1.1 foo-2.3 works very well. How declare this with Puppet? I only found this workaround for the moment: package { "foo-1": name => "foo-1.1", ensure => "1.1-25"; "foo-2": name => "foo-2.3", ensure => "2.3-1"; } Is there a better way? -- Aurelien Degremont --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Trevor Hemsley
2009-Jun-11 09:10 UTC
[Puppet Users] Re: Multiple version of the same package
Aurelien Degremont wrote:> Hello > > I would like to install different versions of the same package with Puppet. > > The packaging of those package is totally compatible and authorize to > have both installed in the meantime. > > # rpm -i foo-1.1 foo-2.3 > works very well. > > How declare this with Puppet? > I only found this workaround for the moment: > > package { > "foo-1": > name => "foo-1.1", > ensure => "1.1-25"; > "foo-2": > name => "foo-2.3", > ensure => "2.3-1"; > } > > Is there a better wayhttp://projects.reductivelabs.com/issues/1720 -- Trevor Hemsley Infrastructure Engineer ................................................. * C A L Y P S O * Brighton, UK OFFICE +44 (0) 1273 666 350 FAX +44 (0) 1273 666 351 ................................................. www.calypso.com This electronic-mail might contain confidential information intended only for the use by the entity named. If the reader of this message is not the intended recipient, the reader is hereby notified that any dissemination, distribution or copying is strictly prohibited. * P * /*/ Please consider the environment before printing this e-mail /*/ --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---