Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit e3dcbf4

Browse files
committed
Fixes #963: Bump required Vagrant version.
1 parent 6dcc9f2 commit e3dcbf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Notes:
7474

7575
- **For faster provisioning** (macOS/Linux only): *[Install Ansible](http://docs.ansible.com/intro_installation.html) on your host machine, so Drupal VM can run the provisioning steps locally instead of inside the VM.*
7676
- **NFS on Linux**: *If NFS is not already installed on your host, you will need to install it to use the default NFS synced folder configuration. See guides for [Debian/Ubuntu](https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-ubuntu-14-04), [Arch](https://wiki.archlinux.org/index.php/NFS#Installation), and [RHEL/CentOS](https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-centos-6).*
77-
- **Versions**: *Make sure you're running the latest releases of Vagrant, VirtualBox, and Ansible—as of February 2016, Drupal VM recommends: Vagrant 1.8.5, VirtualBox 5.1.x, and Ansible 2.1.x.*
77+
- **Versions**: *Make sure you're running the latest releases of Vagrant, VirtualBox, and Ansible—as of February 2016, Drupal VM recommends: Vagrant 1.8.6, VirtualBox 5.1.8+, and Ansible 2.2.x*
7878

7979
### 2 - Build the Virtual Machine
8080

default.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ vagrant_memory: 2048
3333
vagrant_cpus: 1
3434

3535
# Minimum required versions.
36-
drupalvm_vagrant_version_min: '1.8.5'
36+
drupalvm_vagrant_version_min: '1.8.6'
3737
drupalvm_ansible_version_min: '2.1'
3838

3939
# Force use of ansible_local provisioner, even if Ansible is installed on host.

0 commit comments

Comments
 (0)