Skip to content

Commit 52f962a

Browse files
committed
Group variables based to some degree on function.
1 parent a18bde0 commit 52f962a

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

vars/starter.yml

+10-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,19 @@ drupal_install_profile: minimal
1616
drupal_site_install_extra_args:
1717
- '--existing-config'
1818

19+
# The "starter" is expected to have all of its composer requirements and config
20+
# included, including spec'ing what modules are enabled in a site.
1921
openseadragon_composer_require: false
20-
webserver_app_do_original_trusted_host_and_more: false
21-
webserver_app_do_trusted_host: true
22-
webserver_app_do_fedora_scheme_config: true
2322
webserver_app_uninstall_search_module: false
2423
webserver_app_feature_import_base: false
2524
webserver_app_configure_matomo: false
25+
26+
# We want more granular control over what is added to the "settings.php".
27+
webserver_app_do_original_trusted_host_and_more: false
28+
webserver_app_do_trusted_host: true
29+
webserver_app_do_fedora_scheme_config: true
30+
31+
# Provisioning of some services is out-of-scope of the initial "starter" site
32+
# effort, based solely on the contents of islandora_defaults.
2633
webserver_install_matomo: false
2734
webserver_install_fits: false

vars/starter_dev.yml

+10-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,19 @@ drupal_install_profile: minimal
1818
drupal_site_install_extra_args:
1919
- '--existing-config'
2020

21+
# The "starter" is expected to have all of its composer requirements and config
22+
# included, including spec'ing what modules are enabled in a site.
2123
openseadragon_composer_require: false
22-
webserver_app_do_original_trusted_host_and_more: false
23-
webserver_app_do_trusted_host: true
24-
webserver_app_do_fedora_scheme_config: true
2524
webserver_app_uninstall_search_module: false
2625
webserver_app_feature_import_base: false
2726
webserver_app_configure_matomo: false
27+
28+
# We want more granular control over what is added to the "settings.php".
29+
webserver_app_do_original_trusted_host_and_more: false
30+
webserver_app_do_trusted_host: true
31+
webserver_app_do_fedora_scheme_config: true
32+
33+
# Provisioning of some services is out-of-scope of the initial "starter" site
34+
# effort, based solely on the contents of islandora_defaults.
2835
webserver_install_matomo: false
2936
webserver_install_fits: false

0 commit comments

Comments
 (0)