summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-27 18:34:47 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-27 18:34:47 -0300
commitcad6704aaa186887a15f4be6cd0c51206cb434fc (patch)
tree90d5bd66151fdd487dc5eb69eef05525131804dc /templates
parentd36e328d3b80fb5c4615fb740e8b7a3cecf09dba (diff)
downloadpuppet-apache-cad6704aaa186887a15f4be6cd0c51206cb434fc.tar.gz
puppet-apache-cad6704aaa186887a15f4be6cd0c51206cb434fc.tar.bz2
SetEnv PKG_RESOURCES_CACHE_ZIP_MANIFESTS for trac config
Diffstat (limited to 'templates')
-rw-r--r--templates/macros.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/macros.erb b/templates/macros.erb
index 1cabce5..3b7332e 100644
--- a/templates/macros.erb
+++ b/templates/macros.erb
@@ -55,6 +55,9 @@
PythonOption TracEnv <%= scope.lookupvar('apache::sites_folder') %>/$site/trac
PythonOption TracUriRoot /trac
+ # See https://groups.google.com/forum/#!topic/trac-users/TOoDwxhoztw
+ SetEnv PKG_RESOURCES_CACHE_ZIP_MANIFESTS 1
+
# This prevents strange behavior when using trac
# in the same virtual host with software that
# has rewrite rules in .htaccess, such as drupal