Skip to content

Commit

Permalink
Installation for testing Islandora/documentation#888
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylamb committed Oct 3, 2018
1 parent 8427534 commit 28b3e65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions inventory/vagrant/group_vars/webserver/drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ drupal_composer_dependencies:
- "drupal/matomo:^1.7"
- "islandora/carapace:dev-8.x-1.x"
- "islandora/openseadragon:dev-8.x-1.x"
- "islandora/islandora_image:dev-8.x-1.x"
- "islandora/islandora_demo:dev-8.x-1.x"
- "islandora/controlled_access_terms:dev-8.x-1.x"
- "islandora/islandora_demo:dev-issue-888"
drupal_composer_project_package: "islandora/drupal-project:8.6"
drupal_composer_project_options: "--prefer-dist --stability dev --no-interaction"
drupal_core_path: "{{ drupal_composer_install_dir }}/web"
Expand Down Expand Up @@ -44,7 +42,7 @@ drupal_enable_modules:
- content_browser
- matomo
- islandora_core_feature
- controlled_access_terms
- controlled_access_terms_default_configuration
drupal_trusted_hosts:
- ^localhost$
drupal_trusted_hosts_file: "{{ drupal_core_path }}/sites/default/settings.php"
Expand Down
2 changes: 1 addition & 1 deletion roles/internal/webserver-app/tasks/drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
notify: restart solr

- name: Import features
command: "{{ drush_path }} -y fim --bundle=islandora islandora_core_feature"
command: "{{ drush_path }} -y fim islandora_core_feature,controlled_access_terms_default_configuration"
args:
chdir: "{{ drupal_core_path }}"

Expand Down

0 comments on commit 28b3e65

Please sign in to comment.