File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
recipes/db/slurm_accounting_db Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build: assets
77.PHONY : assets
88assets :
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
1212run : build
1313 @echo " Run assets for slurm_accounting_db"
Original file line number Diff line number Diff 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.
1818tags :
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.
2424build_ignore : []
2525type : cloudformation
26- default : assets/serverless-database .yaml
26+ default : assets/main .yaml
You can’t perform that action at this time.
0 commit comments