Skip to content

Commit 84fab53

Browse files
committed
-> Fun with vagrant
1 parent 206f9bb commit 84fab53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Vagrantfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# -*- mode: ruby -*-
22
# vi: set ft=ruby :
33
Vagrant.configure(2) do |config|
4+
5+
config.vagrant.plugins = ["vagrant-vbguest"]
6+
47
config.vm.provider "virtualbox" do |vb|
58
# Display the VirtualBox GUI when booting the machine
69
# vb.gui = true

0 commit comments

Comments
 (0)