windowsrefund
2009-Jan-24 18:15 UTC
[Puppet Users] package versioning with the yum provider?
I don''t see this information on the Type Reference page so I''m hoping someone can provide an example of how to specify a package version when the yum provider is used. Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
2009/1/24 windowsrefund <windowsrefund@gmail.com>> > I don''t see this information on the Type Reference page so I''m hoping > someone can provide an example of how to specify a package version > when the yum provider is used. > > Thanks >IIRC: package { "package": ensure => ''1.0-1'', } .r'' --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
windowsrefund
2009-Jan-27 18:40 UTC
[Puppet Users] Re: package versioning with the yum provider?
Looks like upgrades are working with this approach but downgrades fail. Of course, this condition I''m seeing could exist due to the fact that I''m managing 2 packages where packageB depends on packageA. Perhaps it is possible to downgrade a single package... Any thoughts or insights out there? Best, Adam On Jan 24, 9:15 pm, RijilV <rij...@riji.lv> wrote:> 2009/1/24 windowsrefund <windowsref...@gmail.com> > > > > > I don''t see this information on the Type Reference page so I''m hoping > > someone can provide an example of how to specify a package version > > when the yum provider is used. > > > Thanks > > IIRC: > > package { "package": > ensure => ''1.0-1'', > > } > > .r''--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---