From: Ismaƫl Bouya Date: Wed, 8 May 2019 11:37:22 +0000 (+0200) Subject: Add media root environment file X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPuppet.git;a=commitdiff_plain;h=3f485c9ecf9c39bda1699675f5bb94d2ed2e0071 Add media root environment file --- diff --git a/modules/role/manifests/caldance.pp b/modules/role/manifests/caldance.pp index 2794e00..7f17c10 100644 --- a/modules/role/manifests/caldance.pp +++ b/modules/role/manifests/caldance.pp @@ -39,6 +39,7 @@ class role::caldance ( "SECRET_KEY" => $secret_key, "DEBUG" => "False", "LOG_FILE" => "$home/caldev_django.log", + "MEDIA_ROOT" => "$home/media", "FROM_EMAIL" => $mail_from, "EMAIL_HOST" => $smtp_host, "EMAIL_PORT" => $smtp_port,