From d1f5645c3372027234f34cc4f4a33cd2bb4fe995 Mon Sep 17 00:00:00 2001 From: Frank Perez Date: Tue, 9 Dec 2014 09:16:56 -0500 Subject: [PATCH] Update text under Vagrant section. --- _posts/13-02-01-Vagrant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/13-02-01-Vagrant.md b/_posts/13-02-01-Vagrant.md index 9210827..cfabf89 100644 --- a/_posts/13-02-01-Vagrant.md +++ b/_posts/13-02-01-Vagrant.md @@ -5,7 +5,7 @@ anchor: vagrant ## Vagrant {#vagrant_title} -[Vagrant] helps you building your virtual boxes on top of the known virtual environments and will configure these +[Vagrant] helps you build your virtual boxes on top of the known virtual environments and will configure these environments based on a single configuration file. These boxes can be set up manually, or you can use "provisioning" software such as [Puppet] or [Chef] to do this for you. Provisioning the base box is a great way to ensure that multiple boxes are set up in an identical fashion and removes the need for you to maintain complicated "set up"