Skip to content

Commit 19345d2

Browse files
committed
Revert "Vagrantfile: set disk size to minimum from AWS EBS"
Turns out the volume is already 10GB by the time the plugin has access. This reverts commit 62df562.
1 parent c09e732 commit 19345d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Vagrantfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Vagrant.configure("2") do |config|
2-
## uses the vagrant-disksize plugin
3-
config.disksize.size = "8GB"
2+
## Choose your base box
43
config.vm.box = "ubuntu/bionic64"
54
config.vm.provider "virtualbox" do |v|
65
v.memory = 512

0 commit comments

Comments
 (0)