diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-27 18:40:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-27 18:40:50 -0300 |
commit | b8f24180a8dafaf81db3bdba64900a8c598055e1 (patch) | |
tree | 7a53455568d0ab7bd69ecbad4242f4230b6c07ad /files | |
parent | cad6704aaa186887a15f4be6cd0c51206cb434fc (diff) | |
download | puppet-apache-b8f24180a8dafaf81db3bdba64900a8c598055e1.tar.gz puppet-apache-b8f24180a8dafaf81db3bdba64900a8c598055e1.tar.bz2 |
Move PKG_RESOURCES_CACHE_ZIP_MANIFESTS config to envvars
Diffstat (limited to 'files')
-rw-r--r-- | files/envvars.jessie | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/envvars.jessie b/files/envvars.jessie index 1cfcd64..93b5d37 100644 --- a/files/envvars.jessie +++ b/files/envvars.jessie @@ -48,3 +48,6 @@ export LANG ## This will produce a verbose output on package installations of web server modules and web application ## installations which interact with Apache #export APACHE2_MAINTSCRIPT_DEBUG=1 + +# See https://groups.google.com/forum/#!topic/trac-users/TOoDwxhoztw +export PKG_RESOURCES_CACHE_ZIP_MANIFESTS=1 |