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 #124 from Alfresco/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Enzo Rivello committed Oct 20, 2016
2 parents d8ac1f4 + 8f1c993 commit e6328ad
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 e6328ad

Please sign in to comment.