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 2019/06/25 15:04:43 UTC

[airavata] branch develop updated: AIRAVATA-3085 Only include group-resource-profile-id if defined

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

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5234366  AIRAVATA-3085 Only include group-resource-profile-id if defined
5234366 is described below

commit 52343660c3d725df751a1fba236c1f9717ca3702
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Jun 25 11:04:34 2019 -0400

    AIRAVATA-3085 Only include group-resource-profile-id if defined
---
 dev-tools/ansible/roles/pga/templates/pga_config.php.j2 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-tools/ansible/roles/pga/templates/pga_config.php.j2 b/dev-tools/ansible/roles/pga/templates/pga_config.php.j2
index 9ffd844..7d102ff 100644
--- a/dev-tools/ansible/roles/pga/templates/pga_config.php.j2
+++ b/dev-tools/ansible/roles/pga/templates/pga_config.php.j2
@@ -195,10 +195,12 @@ return array(
           */
           'data-sharing-enabled' => {{ data_sharing_enabled }},
 
+        {% if group_resource_profile_id is defined %}
         /**
          * Group Resource Profile ID to use when submitting experiments
          */
         'group-resource-profile-id' => '{{ group_resource_profile_id }}',
+        {% endif %}
     ],
 
     /**