diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-27 18:34:47 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-27 18:34:47 -0300 |
commit | cad6704aaa186887a15f4be6cd0c51206cb434fc (patch) | |
tree | 90d5bd66151fdd487dc5eb69eef05525131804dc /templates | |
parent | d36e328d3b80fb5c4615fb740e8b7a3cecf09dba (diff) | |
download | puppet-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.erb | 3 |
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 |