Skip to content

Commit 6d81a07

Browse files
committed
GPII-1557: Specifies minimum Vagrant version requirement
1 parent 7a3a88c commit 6d81a07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Vagrantfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# -*- mode: ruby -*-
22
# vi: set ft=ruby :
33

4+
Vagrant.require_version ">= 1.8.0"
5+
46
# By default this VM will use 2 processor cores and 2GB of RAM. The 'VM_CPUS' and
57
# "VM_RAM" environment variables can be used to change that behaviour.
68
cpus = ENV["VM_CPUS"] || 2

0 commit comments

Comments
 (0)