-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from aws-samples/moodle4.4
Update to Moodle 4.4
- Loading branch information
Showing
4 changed files
with
61 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -947,6 +951,8 @@ Resources: | |
!Ref WebAsgMax | ||
WebAsgMin: | ||
!Ref WebAsgMin | ||
MoodleDirectDownloadURL: | ||
!Ref MoodleDirectDownloadURL | ||
TemplateURL: !Sub '${DeploymentLocation}/03-pipelinehelper.yaml' | ||
|
||
sessioncache: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters