Skip to content

Commit 2c529e6

Browse files
committed
Fix for renamed main file in db/slurm_accounting_db
1 parent a39f7b5 commit 2c529e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

recipes/db/slurm_accounting_db/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build: assets
77
.PHONY: assets
88
assets:
99
@echo "Build assets for slurm_accounting_db"
10-
curl -skL -o "assets/serverless-database.yaml" "https://raw.githubusercontent.com/aws/aws-parallelcluster/develop/cloudformation/database/serverless-database.yaml"
10+
curl -skL -o "assets/main.yaml" "https://raw.githubusercontent.com/aws/aws-parallelcluster/develop/cloudformation/database/main.yaml"
1111

1212
run: build
1313
@echo "Run assets for slurm_accounting_db"

recipes/db/slurm_accounting_db/metadata.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ authors:
1717
# A list of tags you want to associate with the collection for indexing/searching. Tags have the same character requirements as namespace.
1818
tags:
1919
- core
20-
- aurora
20+
- aurora=
2121
- serverless
2222
- parallelcluster
2323
# A list of file glob-like patterns used to filter any files or directories that should not be included in the S3 release.
2424
build_ignore: []
2525
type: cloudformation
26-
default: assets/serverless-database.yaml
26+
default: assets/main.yaml

0 commit comments

Comments
 (0)