You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/02/16 14:22:06 UTC

[airavata] 02/02: Write virtual host config file to separate file (not based on gateway_id).

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch group-based-auth
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 42f4553360274b3c07239d96933d4a3003db3e49
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Feb 13 11:21:04 2018 -0500

    Write virtual host config file to separate file (not based on gateway_id).
---
 .../ansible/inventories/scigap/group-based-auth/group_vars/pga/vars.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/group-based-auth/group_vars/pga/vars.yml b/dev-tools/ansible/inventories/scigap/group-based-auth/group_vars/pga/vars.yml
index d4a2af9..f1018dd 100644
--- a/dev-tools/ansible/inventories/scigap/group-based-auth/group_vars/pga/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/group-based-auth/group_vars/pga/vars.yml
@@ -29,6 +29,8 @@ vhost_ssl: True
 ssl_certificate_file: "/etc/letsencrypt/live/pga.group-based-auth.scigap.org/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/pga.group-based-auth.scigap.org/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/pga.group-based-auth.scigap.org/privkey.pem"
+httpd_confd_file_location:
+ RedHat: "/etc/httpd/conf.d/pga-group-based-auth.conf"
 
 ## Keycloak related variables
 tenant_domain: "seagrid"

-- 
To stop receiving notification emails like this one, please contact
machristie@apache.org.