Skip to content

Commit

Permalink
Group variables based to some degree on function.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Sep 13, 2022
1 parent a18bde0 commit 52f962a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
13 changes: 10 additions & 3 deletions vars/starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,19 @@ drupal_install_profile: minimal
drupal_site_install_extra_args:
- '--existing-config'

# The "starter" is expected to have all of its composer requirements and config
# included, including spec'ing what modules are enabled in a site.
openseadragon_composer_require: false
webserver_app_do_original_trusted_host_and_more: false
webserver_app_do_trusted_host: true
webserver_app_do_fedora_scheme_config: true
webserver_app_uninstall_search_module: false
webserver_app_feature_import_base: false
webserver_app_configure_matomo: false

# We want more granular control over what is added to the "settings.php".
webserver_app_do_original_trusted_host_and_more: false
webserver_app_do_trusted_host: true
webserver_app_do_fedora_scheme_config: true

# Provisioning of some services is out-of-scope of the initial "starter" site
# effort, based solely on the contents of islandora_defaults.
webserver_install_matomo: false
webserver_install_fits: false
13 changes: 10 additions & 3 deletions vars/starter_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,19 @@ drupal_install_profile: minimal
drupal_site_install_extra_args:
- '--existing-config'

# The "starter" is expected to have all of its composer requirements and config
# included, including spec'ing what modules are enabled in a site.
openseadragon_composer_require: false
webserver_app_do_original_trusted_host_and_more: false
webserver_app_do_trusted_host: true
webserver_app_do_fedora_scheme_config: true
webserver_app_uninstall_search_module: false
webserver_app_feature_import_base: false
webserver_app_configure_matomo: false

# We want more granular control over what is added to the "settings.php".
webserver_app_do_original_trusted_host_and_more: false
webserver_app_do_trusted_host: true
webserver_app_do_fedora_scheme_config: true

# Provisioning of some services is out-of-scope of the initial "starter" site
# effort, based solely on the contents of islandora_defaults.
webserver_install_matomo: false
webserver_install_fits: false

0 comments on commit 52f962a

Please sign in to comment.