Skip to content

Commit

Permalink
Merge pull request #504 from qld-gov-au/QOLSVC-5373-ppt-format-mismatch
Browse files Browse the repository at this point in the history
[QOLSVC-5373] update cookbook to pin 'typer' on live systems
  • Loading branch information
ThrawnCA authored Apr 5, 2024
2 parents 92155fc + dc86f95 commit 7abb4c1
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 @@ -41,7 +41,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.0.4') }}"
CookbookRevision: "{{ CookbookRevision | default('7.0.5') }}"
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 7abb4c1

Please sign in to comment.