@@ -37,20 +37,21 @@ drupalvm_webserver: apache
37
37
38
38
# Set this to 'false' if you are using a different site deployment strategy and
39
39
# would like to configure 'vagrant_synced_folders' and 'apache_vhosts' manually.
40
- build_makefile : true
40
+ build_makefile : false
41
41
drush_makefile_path : " {{ config_dir }}/drupal.make.yml"
42
42
43
43
# Set 'build_makefile' to 'false' and this to 'true' if you are using a
44
44
# composer based site deployment strategy.
45
45
build_composer : false
46
46
drupal_composer_path : " {{ config_dir }}/drupal.composer.json"
47
47
drupal_composer_install_dir : " /var/www/drupalvm/drupal"
48
- drupal_composer_dependencies : []
48
+ drupal_composer_dependencies :
49
+ - " drupal/devel:8.*"
49
50
50
51
# Set this to 'true' and 'build_makefile', 'build_composer' to 'false' if you
51
52
# are using Composer's create-project as a site deployment strategy.
52
- build_composer_project : false
53
- drupal_composer_project_package : " "
53
+ build_composer_project : true
54
+ drupal_composer_project_package : " drupal-composer/drupal-project:8.x-dev "
54
55
drupal_composer_project_options : " --prefer-dist --stability dev --no-interaction"
55
56
56
57
# Set this to 'false' if you don't need to install drupal (using the drupal_*
@@ -59,7 +60,7 @@ install_site: true
59
60
60
61
# Settings for installing a Drupal site (if 'install_site:' is 'true').
61
62
drupal_major_version : 8
62
- drupal_core_path : " /var/www/drupalvm/drupal "
63
+ drupal_core_path : " {{ drupal_composer_install_dir }}/web "
63
64
drupal_domain : " {{ vagrant_hostname }}"
64
65
drupal_site_name : " Drupal"
65
66
drupal_install_profile : standard
@@ -241,7 +242,7 @@ composer_home_path: "/home/{{ drupalvm_user }}/.composer"
241
242
composer_home_owner : " {{ drupalvm_user }}"
242
243
composer_home_group : " {{ drupalvm_user }}"
243
244
composer_global_packages :
244
- - { name: hirak/prestissimo, release: '^0.2 ' }
245
+ - { name: hirak/prestissimo, release: '^0.3 ' }
245
246
246
247
# Run specified scripts before or after VM is provisioned. Path is relative to
247
248
# the `provisioning/playbook.yml` file.
0 commit comments