Jason Stelzer on 27 Sep 2010 13:11:22 -0700 |
For what it's worth, the difference between puppet vs chef essentially comes down to 'push' vs 'pull'. There's lots of write ups on it and no provably 'correct' answer. It really just comes down to your preferences and needs. Right now I'm using fabric in python to throw together some 'push' tools. Eventually I am probably going to want to throw them away and adopt puppet. For now, some quick scripts to brute force things will more than get the job done. I found this url interesting mainly for the observation, but there are some promising looking python tools to be found too. http://agiletesting.blogspot.com/2010/03/automated-deployment-systems-push-vs.html On Mon, Sep 27, 2010 at 4:04 PM, Kyle R. Burton <kyle.burton@gmail.com> wrote: >> If you're not hacking on the tool in question, the language it's written in is irrelevant. Sure, sandbox the PHP app for security purposes, but if it fills your needs otherwise, go with it. Unless you're just setting things up as a hobby, getting to B from A is more important--and the users of your apps couldn't care less about what language they're written in. > > I don't know puppet - but with Chef, you'll likely end up developing > your own recipes and templates, which means you'll be writing some > ruby. ÂNot necessarily complex ruby, but ruby nonetheless. > >> Disclaimer: I am a more vocal proponent of perl than you are, and my opinions on other tools range from caustic to unprintable. :) But at the end of the day I'd still go with mediawiki or chef/puppet, e.g. > > Do you know of any devops tools or frameworks in Perl? > > Regards, > > Kyle > > -- > Twitter: @kyleburton > Blog: http://asymmetrical-view.com/ > Fun: http://snapclean.me/ > ___________________________________________________________________________ > Philadelphia Linux Users Group     --    Âhttp://www.phillylinux.org > Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce > General Discussion Â--  http://lists.phillylinux.org/mailman/listinfo/plug > -- J. ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|