projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1190162
)
Revert changes to Vagrantfile
author
Andy Allan
<git@gravitystorm.co.uk>
Wed, 5 Jul 2017 14:06:57 +0000
(15:06 +0100)
committer
Andy Allan
<git@gravitystorm.co.uk>
Wed, 5 Jul 2017 14:06:57 +0000
(15:06 +0100)
Vagrantfile
patch
|
blob
|
history
diff --git
a/Vagrantfile
b/Vagrantfile
index 2d450ec4a03b7a47f568da1335814345045be788..0cd5ac72aa760553b8fdbada019af56c46cd19b4 100644
(file)
--- a/
Vagrantfile
+++ b/
Vagrantfile
@@
-1,12
+1,6
@@
# -*- mode: ruby -*-
# vi: set ft=ruby :
-Vagrant.configure("2") do |config|
- config.vm.provider "virtualbox" do |vb|
- vb.customize ["modifyvm", :id, "--memory", "8192"]
- end
-end
-
Vagrant.configure("2") do |config|
# use official ubuntu image for virtualbox
config.vm.provider "virtualbox" do |vb, override|