This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Available `vagrant_box` values include: | |
# - beet/box (pre-provisioned, based on Ubuntu 16.04) | |
# - geerlingguy/centos7 | |
# - geerlingguy/centos6 | |
# - geerlingguy/debian9 | |
# - geerlingguy/debian8 | |
# - geerlingguy/ubuntu1604 | |
# - geerlingguy/ubuntu1404 | |
vagrant_box: geerlingguy/ubuntu1604 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First I up from drupalvm 1.1.8 to 1.1.9 using `vagrant box update`, then I ran `vagrant reload --provision`... below is the consule output. | |
==> uniqueVM: [vagrant-hostsupdater] Removing hosts | |
[sudo] password for myusername: | |
==> uniqueVM: Attempting graceful shutdown of VM... | |
==> uniqueVM: Checking if box 'geerlingguy/ubuntu1604' is up to date... | |
==> uniqueVM: Clearing any previously set forwarded ports... | |
==> uniqueVM: Clearing any previously set network interfaces... | |
==> uniqueVM: Preparing network interfaces based on configuration... | |
uniqueVM: Adapter 1: nat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Available `vagrant_box` values include: | |
# - beet/box (pre-provisioned, based on Ubuntu 16.04) | |
# - geerlingguy/centos7 | |
# - geerlingguy/centos6 | |
# - geerlingguy/debian9 | |
# - geerlingguy/debian8 | |
# - geerlingguy/ubuntu1604 | |
# - geerlingguy/ubuntu1404 | |
vagrant_box: geerlingguy/ubuntu1604 |