summaryrefslogtreecommitdiff
path: root/files/envvars
diff options
context:
space:
mode:
Diffstat (limited to 'files/envvars')
-rw-r--r--files/envvars5
1 files changed, 4 insertions, 1 deletions
diff --git a/files/envvars b/files/envvars
index 91328ac..1cfcd64 100644
--- a/files/envvars
+++ b/files/envvars
@@ -25,7 +25,10 @@ export APACHE_LOG_DIR=/var/log/apache2$SUFFIX
## The locale used by some modules like mod_dav
export LANG=C
## Uncomment the following line to use the system default locale instead:
-#. /etc/default/locale
+## We need a custom envvars apache config to set correct LANG env, see
+## https://projects.puppetlabs.com/issues/11303
+## https://projects.puppetlabs.com/issues/11860
+. /etc/default/locale
export LANG