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

Commit

Permalink
Merge pull request #123 from Alfresco/share-template-fix
Browse files Browse the repository at this point in the history
comment need to be outside of the tag
  • Loading branch information
Martin Whittington committed Oct 20, 2016
2 parents 61bc541 + 8a7d1c7 commit 8f1c993
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ Hazelcast distributed messaging configuration - Share web-tier cluster config (3
</hz:tcp-ip>
<% end -%>
<% if node['alfresco']['shareproperties']['hz_aws_enabled'] -%>
<!-- Region will default to us-east-1 if not specified -->
<hz:aws enabled="<%= node['alfresco']['shareproperties']['hz_aws_enabled'] %>"
access-key="<%= node['alfresco']['shareproperties']['hz_aws_access_key'] %>"
secret-key="<%= node['alfresco']['shareproperties']['hz_aws_secret_key'] %>"
<% if node['alfresco']['shareproperties']['hz_aws_region'] -%>
region="<%= node['alfresco']['shareproperties']['hz_aws_region'] %>"
<!-- Region will default to us-east-1 if not specified -->
<% end -%>
<% if node['alfresco']['shareproperties']['hz_aws_sg_name'] -%>
security-group-name="<%= node['alfresco']['shareproperties']['hz_aws_sg_name'] %>"
Expand Down

0 comments on commit 8f1c993

Please sign in to comment.