From afc6c3a8a5f7c882f3069c17a129fce3ceb3bf84 Mon Sep 17 00:00:00 2001 From: Rosario Di Somma Date: Fri, 29 Nov 2013 18:21:31 +0100 Subject: [PATCH] Fix wrong nfs methods call Change-Id: If2c9965ee437f444c7d62fb0758f573ed2facf89 Signed-off-by: Rosario Di Somma --- lib/vagrant-libvirt/action.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/vagrant-libvirt/action.rb b/lib/vagrant-libvirt/action.rb index a41f573..1b9d955 100644 --- a/lib/vagrant-libvirt/action.rb +++ b/lib/vagrant-libvirt/action.rb @@ -59,9 +59,9 @@ module VagrantPlugins # VM is not running or suspended. Start it.. Machine should gain # IP address when comming up, so wait for dhcp lease and store IP # into machines data_dir. - b2.use NFS - b2.use PrepareNFSSettings - b2.use ShareFolders + b3.use NFS + b3.use PrepareNFSSettings + b3.use ShareFolders b3.use StartDomain b3.use WaitTillUp