Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 453 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 453 Bytes

chef-vagrant

Usage

Clone and edit files:

  • data_bags/users/deployer.json.example
  • site-cookbooks/mysql_database/recipes/default.rb.example

Initialize the remote node, also update chef and set node name:

$ knife zero bootstrap [email protected] --bootstrap-install-command "curl chef.sh | sudo bash" --no-converge -N vagrant

Run Chef-Client to update for node:

$ knife zero converge "name:vagrant"

Then everything is done!