[Pkg-mozext-commits] [itsalltext] 03/09: vagrant: more tweaks

David Prévot taffit at moszumanska.debian.org
Sat Feb 28 15:56:27 UTC 2015


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

taffit pushed a commit to branch master
in repository itsalltext.

commit 371efada2ab7a7fb6a4abb850f9ef445091c2f7b
Author: Christian Höltje <docwhat at gerf.org>
Date:   Wed Feb 25 23:03:13 2015 -0500

    vagrant: more tweaks
---
 Vagrantfile | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/Vagrantfile b/Vagrantfile
index 58e0172..2fec8e4 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -13,14 +13,24 @@ Vagrant.configure('2') do |config|
       sudo apt-get update
       sudo apt-get install -y vim-athena firefox
     SHELL
+
+    linux.vm.provider :virtualbox do |vb|
+      vb.gui = true
+      vb.memory = 1024
+      vb.cpus = 1
+    end
   end
 
   config.vm.define 'windows', autostart: false do |windows|
     windows.vm.box = 'win7-ie11'
     windows.vm.box_url = 'http://aka.ms/vagrant-win7-ie11'
-  end
+    windows.vm.guest = :windows
+    windows.vm.communicator = 'winrm'
 
-  config.vm.provider :virtualbox do |vb|
-    vb.gui = true
+    windows.vm.provider :virtualbox do |vb|
+      vb.gui = true
+      vb.memory = 2048
+      vb.cpus = 2
+    end
   end
 end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list