Skip to content

Commit

Permalink
Merge pull request #567 from qld-gov-au/develop
Browse files Browse the repository at this point in the history
Develop to master - fix Solr HA
  • Loading branch information
ThrawnCA authored Aug 8, 2024
2 parents 5fd5706 + c8da5fb commit 4a8be27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/CKAN-Stack.var.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ common_stack: &common_stack
EnableDataStore: "{{ enable_datastore | default('no') }}"
SSMKey: "{{ SSMKey | default('') }}"
DefaultEC2Key: "{{ lookup('aws_ssm', '/config/CKAN/ec2KeyPair', region=region) }}"
CookbookRevision: "{{ CookbookRevision | default('7.1.3') }}"
CookbookRevision: "{{ CookbookRevision | default('7.1.4') }}"
LogBucketName: "{{ lookup('aws_ssm', '/config/CKAN/s3LogsBucket', region=region) }}"
AttachmentsBucketName: "{{ lookup('aws_ssm', '/config/CKAN/' + Environment + '/app/' + service_name_lower + '/s3AttachmentBucket', region=region) }}" #/config/CKAN/PROD/app/opendata/s3AttachmentBucket
SolrSource: "{{ solr_url }}"
Expand Down

0 comments on commit 4a8be27

Please sign in to comment.