So (Paul Lathrop will correct me if I'm wrong, I hope), it looks like we decided on the following simplistic metadata for modules:
* version * name * author * source (i.e., a URL) * requires The requires need to be able to specify either names or names and version. We also decided that the data will be stored in a file named something like 'metadata.json', and the file format will be json. My plan at this point is to do the requires as either an array, or an array of arrays: requires: foo, bar requires: [foo, 1.0], [bar, 2.0] Comments? I'm partway to a first version, anyway. -- Commit suicide. A hundred thousand lemmings can't be wrong. --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
