Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 288 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 288 Bytes

Chef tutorial

Install chef in your workstation

$ curl -L https://www.opscode.com/chef/install.sh | bash

Setup lab

$ vagrant up

Bootstrap a node(in this case our vagrant nodes) 🐑

$ knife bootstrap www.example.node.com -x user -P password -N nodename