Flip Kromer (@mrflip), CTO of Infochimps will give a an overview and tutorial on using the latest version of Ironfan (which until today was called cluster_chef) at the BigDataCamp unconference put on by Dave Nielsen just before O’Reilly’s Strata Conference Feb 27 from 5:30pm to 10pm We’ve been using cluster_chef at Runa as the basis of our chef management for our entire production environment for the…
Posts tagged as “Chef”
I’m mostly using Ruby to write Opscode Chef Cookbooks. There are a lot of hashes of hashes that contain attributes or Data Bags. Things that look like: If I wanted to test if this value is set I couldn’t safely just say: because in some cases or may be nil . If ether of those were nil and I execute…