Skip to content

Commit

Permalink
Add Moodle download URL as parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
vrioux authored Apr 23, 2024
1 parent 1bbf304 commit 528d80b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/00-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,10 @@ Parameters:
Description: Email address for notification
Type: String
Default: [email protected]
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:
Expand Down Expand Up @@ -947,6 +951,8 @@ Resources:
!Ref WebAsgMax
WebAsgMin:
!Ref WebAsgMin
MoodleDirectDownloadURL:
!Ref MoodleDirectDownloadURL
TemplateURL: !Sub '${DeploymentLocation}/03-pipelinehelper.yaml'

sessioncache:
Expand Down

0 comments on commit 528d80b

Please sign in to comment.