Skip to content

Commit

Permalink
Merge pull request #245 from rosiel/no-set-gemini
Browse files Browse the repository at this point in the history
Let the install profile/starter site set the pseudo fields.
  • Loading branch information
alxp committed Jan 10, 2023
2 parents 9dbc84f + c1ee05f commit dda446c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions inventory/vagrant/group_vars/webserver/drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,4 @@ drupal_public_filesystem: "{{ drupal_core_path }}/sites/default/files"
drupal_external_libraries_directory: "{{ drupal_core_path }}/libraries"
fedora_base_url: "http://{{ hostvars[groups['tomcat'][0]].ansible_host }}:8080/fcrepo/rest/"
drupal_jsonld_remove_format: true
drupal_gemini_pseudo_bundles:
- islandora_object:node
- image:media
- file:media
- audio:media
- video:media
openseadragon_composer_item: "islandora/openseadragon:^2"
4 changes: 0 additions & 4 deletions post-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@
- name: Set JSONLD Config
command: "{{ drush_path }} --root {{ drupal_core_path }} -y cset --input-format=yaml jsonld.settings remove_jsonld_format {{ drupal_jsonld_remove_format }}"

- name: Set pseudo field bundles
command: "{{ drush_path }} --root {{ drupal_core_path }} -y cset --input-format=yaml islandora.settings gemini_pseudo_bundles.{{ item.0 }} {{ item.1 }}"
with_indexed_items: "{{ drupal_gemini_pseudo_bundles }}"

- name: Set media urls
command: "{{ drush_path }} --root {{ drupal_core_path }} -y cset --input-format=yaml media.settings standalone_url true"

Expand Down

0 comments on commit dda446c

Please sign in to comment.