File tree 2 files changed +20
-6
lines changed
2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,19 @@ drupal_install_profile: minimal
16
16
drupal_site_install_extra_args :
17
17
- ' --existing-config'
18
18
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.
19
21
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
23
22
webserver_app_uninstall_search_module : false
24
23
webserver_app_feature_import_base : false
25
24
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.
26
33
webserver_install_matomo : false
27
34
webserver_install_fits : false
Original file line number Diff line number Diff line change @@ -18,12 +18,19 @@ drupal_install_profile: minimal
18
18
drupal_site_install_extra_args :
19
19
- ' --existing-config'
20
20
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.
21
23
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
25
24
webserver_app_uninstall_search_module : false
26
25
webserver_app_feature_import_base : false
27
26
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.
28
35
webserver_install_matomo : false
29
36
webserver_install_fits : false
You can’t perform that action at this time.
0 commit comments