Skip to content

Commit

Permalink
fixes #16: lock drupal-vm box to a tested version
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Sep 27, 2020
1 parent c3fa575 commit b2414c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Vagrantfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ if Vagrant::Util::Platform.wsl? || (Vagrant::Util::Platform.windows? && !Vagrant
config.vm.synced_folders[path][:mount_options] = ['dmode=775','fmode=764']
end
end

if vconfig['vagrant_box_version']
config.vm.box_version = vconfig['vagrant_box_version']
end
3 changes: 3 additions & 0 deletions config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# vagrant.config.yml. That way when Drupal VM updates are brought in, this file
# can be overriden without manual inspection.

vagrant_box: geerlingguy/drupal-vm
vagrant_box_version: 2.0.9

# Use DHCP assigned IPs with vagrant-hostmanager
# Note: requires vagrant-vbguest to be disabled in Vagrantfile.local
vagrant_ip: dhcp
Expand Down

0 comments on commit b2414c0

Please sign in to comment.