[DRE-commits] [vagrant-libvirt] 39/163: Add provisioner shared folders after first boot.

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:57:02 UTC 2016


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

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

commit 58fe35051a7f6308140647d927f9ef8843364f08
Author: Steven Merrill <steven.merrill at gmail.com>
Date:   Wed Sep 24 08:36:03 2014 -0400

    Add provisioner shared folders after first boot.
    
    Without this change, the shared folders for provisioners like Puppet will not be created on the second and subsequent boots.
---
 lib/vagrant-libvirt/action.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/vagrant-libvirt/action.rb b/lib/vagrant-libvirt/action.rb
index d541a64..caf8a32 100644
--- a/lib/vagrant-libvirt/action.rb
+++ b/lib/vagrant-libvirt/action.rb
@@ -74,6 +74,8 @@ module VagrantPlugins
 
               # VM is not running or suspended.
 
+              b3.use Provision
+
               # Ensure networks are created and active
               b3.use CreateNetworks
 

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