Upgrade to Pro — share decks privately, control downloads, hide ads and more …

cooking infrastructure with chef

cooking infrastructure with chef

An introduction to Chef with the simplest Chef that could possibly work.

Mathias Meyer

May 13, 2013
Tweet

More Decks by Mathias Meyer

Other Decks in Technology

Transcript

  1. server { listen 80; server_name <%= @host_name %>; root <%=

    @www_root %>; location / { index index.html } }