Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5 from seth-shaw-unlv/master
Browse files Browse the repository at this point in the history
use fcrepo_syn_tomcat_home in public key path
  • Loading branch information
whikloj authored Apr 9, 2018
2 parents 7d24fb8 + 7dd0ab9 commit 1357703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fcrepo_syn_version: 0.1.0
fcrepo_syn_folder: /opt/syn
fcrepo_syn_user: tomcat8
fcrepo_syn_tomcat_home: /var/lib/tomcat8
fcrepo_syn_default_public_key_path: /var/lib/tomcat8/conf/public.key
fcrepo_syn_default_public_key_path: "{{ fcrepo_syn_tomcat_home }}/conf/public.key"
fcrepo_syn_sites: []
# - url:
# algorithm:
Expand Down

0 comments on commit 1357703

Please sign in to comment.