Skip to content

Instantly share code, notes, and snippets.

@whikloj
Created January 23, 2018 14:18
Show Gist options
  • Save whikloj/b02dc0480d0f3e6f46c506b7bcbfb41d to your computer and use it in GitHub Desktop.
Save whikloj/b02dc0480d0f3e6f46c506b7bcbfb41d to your computer and use it in GitHub Desktop.
Islandora issue-736 claw-playbook patch
diff --git a/requirements.yml b/requirements.yml
index 6733734..b104800 100644
--- a/requirements.yml
+++ b/requirements.yml
@@ -65,7 +65,7 @@
- src: https://github.com/Islandora-Devops/ansible-role-fcrepo-syn
name: Islandora-Devops.fcrepo-syn
- version: 0.0.1
+ version: issue-736
- src: https://github.com/Islandora-Devops/ansible-role-tomcat8
name: Islandora-Devops.tomcat8
diff --git a/inventory/vagrant/group_vars/tomcat.yml b/inventory/vagrant/group_vars/tomcat.yml
index 2937a45..9872fd9 100644
--- a/inventory/vagrant/group_vars/tomcat.yml
+++ b/inventory/vagrant/group_vars/tomcat.yml
@@ -25,6 +25,8 @@ tomcat8_java_opts:
fcrepo_syn_default_public_key_path: /var/lib/tomcat8/conf/public.key
+fcrepo_syn_tomcat_home: "{{ tomcat8_home }}"
+
fcrepo_syn_sites:
- algorithm: RS256
encoding: PEM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment