From bc3ad2b1b3eb84184b488d4506c61f401fd00c58 Mon Sep 17 00:00:00 2001 From: Deklan Dieterly Date: Wed, 28 May 2014 16:30:51 -0600 Subject: [PATCH 1/3] Update README.md Pin vagrant-berkshelf version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c9b035..e68b3e4 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ brew cask install vagrant ### Setup Berkshelf ``` -vagrant plugin install vagrant-berkshelf +vagrant plugin install vagrant-berkshelf --plugin-version '>= 2.0.1' gem install berkshelf ``` From 83a0cb0fe04a6aa94fc7363a377f4356899ae4d9 Mon Sep 17 00:00:00 2001 From: Deklan Dieterly Date: Thu, 29 May 2014 07:33:18 -0600 Subject: [PATCH 2/3] Update README.md Added info about /vagrant dir in vm. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e68b3e4..eaf62d1 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,8 @@ gem install berkshelf # Using mini-mon -- Your home dir is synced to `/vagrant_home` on the vm +- Your host OS home dir is synced to `/vagrant_home` on the vm. +- The root dir of the mon-vagrant repo on your host OS is synced to `/vagrant` on the vm. - The vm will have an ip of 196.168.10.4 that can be access from other services running on the host. - Run `vagrant ssh` to login - Run `vagrant help` for more info From cb4a55bda542dd6357588752bce3bc5788d510ed Mon Sep 17 00:00:00 2001 From: Alexandre Viau Date: Thu, 29 May 2014 15:31:54 -0400 Subject: [PATCH 3/3] corrected Vertica package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaf62d1..5e01b56 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ git clone https://github.com/hpcloud-mon/mon-vagrant ``` Vertica must be downloaded from the [Vertica site](https://my.vertica.com/). Download these packages and place in the root of this repository. - vertica_7.0.1-0_amd64.deb -- vertica-R-lang_7.0.1_amd64.deb +- vertica-r-lang_7.0.1-0_amd64.deb The vertica::console recipe is not enabled by default but if it is added this package is also needed. - vertica-console_7.0.1-0_amd64.deb