Skip to content

Commit

Permalink
Merge release 1.0.0-beta.2+idp-3.2.0 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleybeddoes committed Feb 11, 2016
2 parents fb659a2 + a1915e1 commit aaf0405
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions site.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
- hosts: idp-servers
vars:
aaf_binaries:
baseurl: https://aaf-binaries.s3-ap-southeast-2.amazonaws.com
software:
jetty:
baseurl: http://download.eclipse.org/jetty
baseurl: "{{ aaf_binaries.baseurl }}/jetty"
version: 9.3.5.v20151012
sha256sum: 24e80e350fcc9749aa4a29913c34917ad238a0fa3abdb7d7c9b42dc40bdf0f9b
shib_idp:
Expand All @@ -17,7 +19,7 @@
version: "{{ software.jetty.version }}"
sha256sum: "{{ software.jetty.sha256sum }}"
root: /opt/jetty
url: "{{ software.jetty.baseurl }}/{{ software.jetty.version }}/dist/jetty-distribution-{{ software.jetty.version }}.tar.gz"
url: "{{ software.jetty.baseurl }}/jetty-distribution-{{ software.jetty.version }}.tar.gz"
home: /opt/jetty/jetty-distribution-{{ software.jetty.version }}
base: /opt/shibboleth/jetty
current: /opt/jetty/current
Expand Down

0 comments on commit aaf0405

Please sign in to comment.