Seems that blastwave is all about pkgutil now. Are there any plans to support this? Best, Adam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Oct 19, 2009, at 7:24 PM, windowsrefund wrote:> > Seems that blastwave is all about pkgutil now. Are there any plans to > support this?We don''t really target specific providers - in general, people who want the support provide it (heh heh). We''ve got enough package providers at this point it should be pretty darn easy to write a new one, tests and everything. -- If a `religion'' is defined to be a system of ideas that contains unprovable statements, then Godel taught us that mathematics is not only a religion, it is the only religion that can prove itself to be one. -- John Barrow --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Try the attached file. Put it in a module named pkgutil and put it in pkgutil/plugins/puppet/provider/package/pkgutil.rb Make sure you have plugin syncing on. I haven''t tested it. I just modified a different provider. Should be a starting point for you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~--- On Oct 21, 2009, at 12:03 AM, Luke Kanies wrote:> > On Oct 19, 2009, at 7:24 PM, windowsrefund wrote: > >> >> Seems that blastwave is all about pkgutil now. Are there any plans to >> support this? > > We don''t really target specific providers - in general, people who > want the support provide it (heh heh). We''ve got enough package > providers at this point it should be pretty darn easy to write a new > one, tests and everything. > > -- > If a `religion'' is defined to be a system of ideas that contains > unprovable statements, then Godel taught us that mathematics is not > only a religion, it is the only religion that can prove itself to be > one. -- John Barrow > --------------------------------------------------------------------- > Luke Kanies | http://reductivelabs.com | http://madstop.com > > > --~--~---------~--~----~------------~-------~--~----~ > 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 > -~----------~----~----~----~------~----~------~--~--- >
> Try the attached file. Put it in a module named pkgutil and put it in > pkgutil/plugins/puppet/provider/package/pkgutil.rb > Make sure you have plugin syncing on. I haven''t tested it. I just > modified a different provider. Should be a starting point for you.and if you use it successfully I think nobody will object if you file a feature request with it, containing tests etc. ;) cheers pete --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Thanks so much. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---