@@ -188,16 +188,6 @@ installed_extras:
188188extra_packages :
189189 - sqlite
190190
191- # `nodejs` must be in installed_extras for this to work. Valid examples: "0.10",
192- # "0.12", "4.x", "5.x".
193- nodejs_version : " 0.12"
194- nodejs_npm_global_packages : []
195- nodejs_install_npm_user : " {{ drupalvm_user }}"
196-
197- # `ruby` must be in installed_extras for this to work.
198- ruby_install_gems_user : " {{ drupalvm_user }}"
199- ruby_install_gems : []
200-
201191# You can configure almost anything else on the server in the rest of this file.
202192extra_security_enabled : false
203193
@@ -244,9 +234,6 @@ composer_home_group: "{{ drupalvm_user }}"
244234composer_global_packages :
245235 - { name: hirak/prestissimo, release: '^0.3' }
246236
247- # NodeJS Configuration.
248- npm_config_prefix : " ~/.npm-global"
249-
250237# Run specified scripts before or after VM is provisioned. Path is relative to
251238# the `provisioning/playbook.yml` file.
252239pre_provision_scripts : []
@@ -260,7 +247,18 @@ mysql_slow_query_time: 2
260247mysql_wait_timeout : 300
261248adminer_install_filename : index.php
262249
263- # Varnish Configuration.
250+ # Node.js configuration (if enabled above).
251+ # Valid examples: "0.10", "0.12", "4.x", "5.x".
252+ nodejs_version : " 0.12"
253+ nodejs_npm_global_packages : []
254+ nodejs_install_npm_user : " {{ drupalvm_user }}"
255+ npm_config_prefix : " ~/.npm-global"
256+
257+ # Ruby Configuration (if enabled above).
258+ ruby_install_gems_user : " {{ drupalvm_user }}"
259+ ruby_install_gems : []
260+
261+ # Varnish Configuration (if enabled above).
264262varnish_listen_port : " 81"
265263varnish_default_vcl_template_path : templates/drupalvm.vcl.j2
266264varnish_default_backend_host : " 127.0.0.1"
0 commit comments