Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit eb45fc8

Browse files
committed
PR #715 follow-up: Reorder vars in default.config.yml.
1 parent 0b6b5bd commit eb45fc8

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

default.config.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -188,16 +188,6 @@ installed_extras:
188188
extra_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.
202192
extra_security_enabled: false
203193

@@ -244,9 +234,6 @@ composer_home_group: "{{ drupalvm_user }}"
244234
composer_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.
252239
pre_provision_scripts: []
@@ -260,7 +247,18 @@ mysql_slow_query_time: 2
260247
mysql_wait_timeout: 300
261248
adminer_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).
264262
varnish_listen_port: "81"
265263
varnish_default_vcl_template_path: templates/drupalvm.vcl.j2
266264
varnish_default_backend_host: "127.0.0.1"

0 commit comments

Comments
 (0)