This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
3.1.1
Breaking changes
N/A
New variables in default.config.yml
#ssh_home: "{{ drupal_core_path }}"
- TheSSH_HOME
the default Drupal VM user would be redirected to upon SSH login (e.g.vagrant ssh
). This new variable is entirely optional and commented by default.
Improvements
- #709: Add strict vagrant version requirement for easier debugging.
- #707: Use official packages.drupal.org for Composer drupal package repository.
- #724: Add default www.drupalvm.dev alias to Apache and Nginx vhosts.
- #725: Better ordering and description of Drupal-related variables in
default.config.yml
. - #665: Add ssh_home var as default pwd for SSH.