Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…astructure into QOLDEV-312-data-theme-CKAN-2.10
  • Loading branch information
ThrawnCA committed Sep 11, 2023
2 parents 18dc125 + 6081355 commit 1b7fc3d
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.7') }}"
CookbookRevision: "{{ CookbookRevision | default('6.1.8') }}"
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 1b7fc3d

Please sign in to comment.