[DRE-commits] [vagrant-libvirt] 59/163: 0.0.23

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:57:05 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 7ec27dd121fe102d119d88578cf75d2a0b40b785
Author: dima <pronix.service at gmail.com>
Date:   Tue Oct 7 14:40:28 2014 +0200

    0.0.23
---
 lib/vagrant-libvirt/templates/private_network.xml.erb | 4 ++--
 lib/vagrant-libvirt/version.rb                        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/vagrant-libvirt/templates/private_network.xml.erb b/lib/vagrant-libvirt/templates/private_network.xml.erb
index e43a77d..65ac5f9 100644
--- a/lib/vagrant-libvirt/templates/private_network.xml.erb
+++ b/lib/vagrant-libvirt/templates/private_network.xml.erb
@@ -4,9 +4,9 @@
 
   <% if @network_forward_mode != 'none' %>
     <% if @network_forward_device %>
-  <forward mode="<%= @network_forward_mode %>" dev="<%= @network_forward_device %>" />
+      <forward mode="<%= @network_forward_mode %>" dev="<%= @network_forward_device %>" />
     <% else %>
-  <forward mode="<%= @network_forward_mode %>" />
+      <forward mode="<%= @network_forward_mode %>" />
     <% end %>
   <% end %>
 
diff --git a/lib/vagrant-libvirt/version.rb b/lib/vagrant-libvirt/version.rb
index 7e42993..30ebe13 100644
--- a/lib/vagrant-libvirt/version.rb
+++ b/lib/vagrant-libvirt/version.rb
@@ -1,5 +1,5 @@
 module VagrantPlugins
   module ProviderLibvirt
-    VERSION = '0.0.22'
+    VERSION = '0.0.23'
   end
 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