Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 364 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 364 Bytes

vagrantfiles

The ./vagrant_chefclientserver/Vagrantfile contains two virtual machines:

#Will automatically install the chef server at http://192.168.50.2
cd ./vagrant_chefclientserver
vagrant up chefserver
#Chef client will be installed and will register itself with the chefserver
cd ./vagrant_chefclientserver
vagrant up chefclient