Any puppet users seen this? http://blog.opscode.com/2009/01/announcing-chef.htm --~--~---------~--~----~------------~-------~--~----~ 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 Mon, Jan 26, 2009 at 2:19 PM, Eno <symbiat@gmail.com> wrote:> > Any puppet users seen > this? > http://blog.opscode.com/2009/01/announcing-chef.htmYep. http://madstop.com/2009/01/16/opscode-announces-chef-a-puppet-competitor/ Luke pretty much summarized my feelings about the situation in his post there. I am planning to have a poke at it to see what they''re doing differently at some point though. -- Nigel Kersten Systems Administrator Tech Lead - MacOps --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I am. On Jan 26, 12:22 pm, Nigel Kersten <nig...@google.com> wrote:> On Mon, Jan 26, 2009 at 2:19 PM, Eno <symb...@gmail.com> wrote: > > > Any puppet users seen > > this? > >http://blog.opscode.com/2009/01/announcing-chef.htm > > Yep. > > http://madstop.com/2009/01/16/opscode-announces-chef-a-puppet-competi... > > Luke pretty much summarized my feelings about the situation in his post there. > > I am planning to have a poke at it to see what they''re doing > differently at some point though. > > -- > Nigel Kersten > Systems Administrator > Tech Lead - MacOps--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Nigel Kersten writes:>http://madstop.com/2009/01/16/opscode-announces-chef-a-puppet-competitor/ > >Luke pretty much summarized my feelings about the situation in his post there.It''s an interesting set of design decisions, from the very quick read I''ve had of the documentation; the DSL choice isn''t so big in my opinion as the lack of dependency management. From their FAQ: # It applies resources in the order they are specified in your Recipes - there is no dependency management. This means multiple Chef runs will always apply the Resources under management in the same order, every time. Well, dependable order is all very nice, but I don''t want to have to specify all the file resource dependencies for every other object... -- michael. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I read the reason that Chef does not have dependency management because it makes the code hard to read is just plain silly. The way I ALWAYS code my Puppet recipes is in the order of dependency. What''s so hard about that? My question about Chef is how can it handle multiple dependencies? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Sorry that last post was worded wrong. I meant I am a Chef user / part-time (small-time) dev. You are welcome to join us on IRC @ #chef to ask questions. There is also a chef mailing list. http://wiki.opscode.com/display/chef/Mailing+Lists Chef has similarities because we all used to use Puppet (thanks for the lessons!). That''s all I''ll say about that here on the Puppet maillist. Come ask us questions if you like. On Jan 26, 12:29 pm, dysinger <dysin...@gmail.com> wrote:> I am. > > On Jan 26, 12:22 pm, Nigel Kersten <nig...@google.com> wrote: > > > On Mon, Jan 26, 2009 at 2:19 PM, Eno <symb...@gmail.com> wrote: > > > > Any puppet users seen > > > this? > > >http://blog.opscode.com/2009/01/announcing-chef.htm > > > Yep. > > >http://madstop.com/2009/01/16/opscode-announces-chef-a-puppet-competi... > > > Luke pretty much summarized my feelings about the situation in his post there. > > > I am planning to have a poke at it to see what they''re doing > > differently at some point though. > > > -- > > Nigel Kersten > > Systems Administrator > > Tech Lead - MacOps--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---