[DRE-commits] [vagrant-libvirt] 112/163: Improving example Vagrantfile

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:57:12 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 668a9b3eadddca06f92040cd17e9d7524a6bf415
Author: Federico Castagnini <federico.castagnini at gmail.com>
Date:   Wed Feb 18 12:24:14 2015 -0500

    Improving example Vagrantfile
    
    According to the [README](https://github.com/pradels/vagrant-libvirt#public-network-options) Public networks are supported.
---
 example_box/Vagrantfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/example_box/Vagrantfile b/example_box/Vagrantfile
index 594b9b1..8403c87 100644
--- a/example_box/Vagrantfile
+++ b/example_box/Vagrantfile
@@ -21,11 +21,10 @@ Vagrant.configure("2") do |config|
 
     # Interfaces for VM
     # 
-    # Networking features in the form of `config.vm.network` support private
-    # networks concept. No public network or port forwarding are supported in
-    # current version of provider. See README for more info. 
+    # Networking features in the form of `config.vm.network`
     #
     #test_vm.vm.network :private_network, :ip => '10.20.30.40'
+    #test_vm.vm.network :public_network, :ip => '10.20.30.41'
   #end
 
   # Options for libvirt vagrant provider.

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