From 5904c2e7daf6bfe482309e023acb2b3ea7cd355d Mon Sep 17 00:00:00 2001 From: jtrollin Date: Mon, 11 May 2020 08:52:39 -0400 Subject: [PATCH] update moodle to 3.8.3 --- templates/04-web.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/04-web.yaml b/templates/04-web.yaml index 4bf3533..4034109 100644 --- a/templates/04-web.yaml +++ b/templates/04-web.yaml @@ -623,7 +623,7 @@ Resources: /tmp/install_moodle.sh: content: !Sub | #!/bin/bash -xe - wget -O /tmp/moodle.tgz https://download.moodle.org/download.php/direct/stable38/moodle-3.8.2.tgz + wget -O /tmp/moodle.tgz https://download.moodle.org/download.php/direct/stable38/moodle-3.8.3.tgz tar -xvzf /tmp/moodle.tgz --strip-components=1 -C /var/www/moodle/html/ cp /tmp/config.php /var/www/moodle/html/config.php chown -R root:apache /var/www/moodle/html