From 528d80b31694f582a78f90d03cb7a475a60dd58b Mon Sep 17 00:00:00 2001 From: Vincent Rioux Date: Tue, 23 Apr 2024 16:24:20 -0400 Subject: [PATCH] Add Moodle download URL as parameter --- templates/00-main.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/00-main.yaml b/templates/00-main.yaml index 7b85f8a..e432b7e 100644 --- a/templates/00-main.yaml +++ b/templates/00-main.yaml @@ -660,6 +660,10 @@ Parameters: Description: Email address for notification Type: String Default: hello@yourdomain.com + MoodleDirectDownloadURL: + Default: "https://download.moodle.org/download.php/direct/stable404/moodle-4.4.tgz" + Description: Specifies the TGZ Moodle direct download URL + Type: String Conditions: DeployWithoutSessionCache: @@ -947,6 +951,8 @@ Resources: !Ref WebAsgMax WebAsgMin: !Ref WebAsgMin + MoodleDirectDownloadURL: + !Ref MoodleDirectDownloadURL TemplateURL: !Sub '${DeploymentLocation}/03-pipelinehelper.yaml' sessioncache: