Skip to content

Commit

Permalink
minor README improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Corino committed Sep 13, 2016
1 parent a08b75f commit a462625
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fork.apply('script', 'node1').trigger('action', 'node1')
Example
-------

By combining the Inprovise-VBox(https://github.com/mcorino/Inprovise-VBox) plugin and the Inprovise-Fork(https://github.com/mcorino/Inprovise-Fork) plugin
By combining the [Inprovise-VBox](https://github.com/mcorino/Inprovise-VBox) plugin and the [Inprovise-Fork](https://github.com/mcorino/Inprovise-Fork) plugin
provisioning scripts could add a virtual machine on a host server, register an Inprovise node and provision that new node with a single
`rig` command using a scheme like this:

Expand Down Expand Up @@ -109,7 +109,8 @@ vbox 'myVM' do
end

revert do
# in real life you may not want to do this to be able to reinstate the VM faster with all setup already in place
# in real life you may not want to do this to be able to reinstate
# the VM faster with all setup already in place
fork(:sync).revert('vmSetup', 'MyVM')
end
end
Expand Down

0 comments on commit a462625

Please sign in to comment.