Skip to content

Instantly share code, notes, and snippets.

View yupthatguy's full-sized avatar

Ricky yupthatguy

View GitHub Profile
---
# 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
@yupthatguy
yupthatguy / Console Output
Created May 8, 2018 12:26
403 Forbidden Error Console Output
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
@yupthatguy
yupthatguy / config.yml
Created May 2, 2018 20:35
Multiple Drupal Instances on one Virtual Machine
---
# 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