From ada30c3450431515ee31582e23ab2c3c3375c914 Mon Sep 17 00:00:00 2001 From: Mark Titorenko Date: Fri, 6 May 2016 10:00:55 +0100 Subject: [PATCH] =?utf8?q?Update=20ImageMagick=20security=20patch=20for=20?= =?utf8?q?CVE-2016=E2=80=933714=20to=20latest=20recommendation?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/web.template.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/web.template.yml b/templates/web.template.yml index 601247c..56e8a41 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -28,9 +28,14 @@ run: to: | + + + + + - exec: /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end' - exec: /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end' -- 2.25.1