[DRE-commits] [vagrant-libvirt] 47/77: Reenable PrepareNFSSettings, closes #180

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


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

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

commit c52077aa4439ac700efbbbe88f1f7ddfc6c49741
Author: Brian Pitts <brian at polibyte.com>
Date:   Sat May 3 12:51:18 2014 -0500

    Reenable PrepareNFSSettings, closes #180
---
 lib/vagrant-libvirt/action.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/vagrant-libvirt/action.rb b/lib/vagrant-libvirt/action.rb
index b926a05..d541a64 100644
--- a/lib/vagrant-libvirt/action.rb
+++ b/lib/vagrant-libvirt/action.rb
@@ -43,7 +43,7 @@ module VagrantPlugins
 
               b2.use ForwardPorts
 
-              # b2.use PrepareNFSSettings
+              b2.use PrepareNFSSettings
               b2.use ShareFolders
               b2.use SetHostname
               # b2.use SyncFolders
@@ -91,7 +91,7 @@ module VagrantPlugins
 
 
               b3.use ForwardPorts
-              # b3.use PrepareNFSSettings
+              b3.use PrepareNFSSettings
               b3.use ShareFolders
 
             end

-- 
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