Skip to content

Commit

Permalink
Duplicate the make command in the vagrant tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
hcartiaux committed Dec 12, 2016
1 parent e7887b5 commit 1c1b38b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/hands-on/vagrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Once you have tested your inline provisioning and you consider it complete, test
$> vagrant destroy
$> vagrant up
$> vagrant ssh
(vagrant)$> make -C make -C /vagrant/slides/2016/cloudcom2016/src/
(vagrant)$> make -C /vagrant/slides/2016/cloudcom2016/src/
~~~

## Step 6: Simple [Shell] Provisioning
Expand Down Expand Up @@ -222,7 +222,7 @@ Once you have tested your provisioning script, test it from scratch on the defau
$> vagrant destroy
$> vagrant up
$> vagrant ssh
(vagrant)$> make -C make -C /vagrant/slides/2016/cloudcom2016/src/
(vagrant)$> make -C /vagrant/slides/2016/cloudcom2016/src/
~~~

## Step 7: Package a new box
Expand All @@ -247,7 +247,7 @@ Before actually packaging the VM, you need to perform some cleanup
* Ensure your environment is still working: try to compile your slides

~~~bash
(vagrant)$> make -C make -C /vagrant/slides/2016/cloudcom2016/src/
(vagrant)$> make -C /vagrant/slides/2016/cloudcom2016/src/
~~~

* Check the proposed purge script (`vagrant/purge.sh`) and execute it
Expand Down

0 comments on commit 1c1b38b

Please sign in to comment.