[DRE-commits] [vagrant-libvirt] 15/67: Fix wrong nfs methods call

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:56:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag 0.0.14
in repository vagrant-libvirt.

commit afc6c3a8a5f7c882f3069c17a129fce3ceb3bf84
Author: Rosario Di Somma <rosario.disomma at dreamhost.com>
Date:   Fri Nov 29 18:21:31 2013 +0100

    Fix wrong nfs methods call
    
    Change-Id: If2c9965ee437f444c7d62fb0758f573ed2facf89
    Signed-off-by: Rosario Di Somma <rosario.disomma at dreamhost.com>
---
 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git



More information about the Pkg-ruby-extras-commits mailing list