From 4b317ffdbe6b86c256dac25acf5ad679ce19634e Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 9 Mar 2017 21:49:37 -0600 Subject: [PATCH] Fixes #1173: Update Drupal VM to 4.3.0 or later. --- phing/tasks/vm.xml | 2 +- scripts/drupal-vm/config.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/phing/tasks/vm.xml b/phing/tasks/vm.xml index cc8c19d26..1ee0e13ca 100644 --- a/phing/tasks/vm.xml +++ b/phing/tasks/vm.xml @@ -69,7 +69,7 @@ Adding geerlingguy/drupal-vm to composer dev dependencies. - + BLT has created default configuration for your Drupal VM. diff --git a/scripts/drupal-vm/config.yml b/scripts/drupal-vm/config.yml index b0e20a98d..b986610ef 100644 --- a/scripts/drupal-vm/config.yml +++ b/scripts/drupal-vm/config.yml @@ -19,10 +19,10 @@ vagrant_synced_folders: destination: /var/www/${project.machine_name} type: nfs -build_composer_project: false +drupal_build_composer_project: false # Toggling this to `true` would invoke `composer install` with the # projects own `composer.json` successfully. -build_composer: false +drupal_build_composer: false drupal_composer_path: false drupal_composer_install_dir: "/var/www/${project.machine_name}" drupal_core_path: "{{ drupal_composer_install_dir }}/docroot" @@ -33,7 +33,7 @@ drupal_db_name: drupal # Set this to 'false' if you don't need to install drupal (using the drupal_* # settings below), but instead copy down a database (e.g. using drush sql-sync). -install_site: false +drupal_install_site: false # Drupal VM automatically creates a drush alias file in your ~/.drush folder if # this variable is 'true'.