Skip to content

Commit

Permalink
[CHDEXCHAE-60] update cookbook to prioritise Open Data theme over Val…
Browse files Browse the repository at this point in the history
…idation
  • Loading branch information
ThrawnCA committed Jul 18, 2023
1 parent c3b80d0 commit fb43ef7
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 @@ -45,7 +45,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('6.1.5') }}"
CookbookRevision: "{{ CookbookRevision | default('6.1.6') }}"
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: "{{ solr7 }}"
Expand Down

0 comments on commit fb43ef7

Please sign in to comment.