-
-
Save stevenringo/5754030 to your computer and use it in GitHub Desktop.
Revisions
-
tobyhede created this gist
Jun 11, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ #!/bin/zsh /usr/bin/vagrant destroy --force yes | knife client delete {NODE_NAME} yes | knife node delete {NODE_NAME} /usr/bin/vagrant up knife bootstrap localhost --node-name {NODE_NAME} --ssh-user vagrant --ssh-password vagrant --ssh-port 2222 --sudo /usr/bin/vagrant provision