projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27e5ca0
)
Do not add + for IndexOption in global context. It should still add to the existing...
author
Peter Palfrader
<peter@palfrader.org>
Thu, 9 Feb 2017 19:17:05 +0000
(20:17 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 9 Feb 2017 19:17:05 +0000
(20:17 +0100)
modules/apache2/templates/puppet-config.erb
patch
|
blob
|
history
diff --git
a/modules/apache2/templates/puppet-config.erb
b/modules/apache2/templates/puppet-config.erb
index
55b216e
..
966ff3f
100644
(file)
--- a/
modules/apache2/templates/puppet-config.erb
+++ b/
modules/apache2/templates/puppet-config.erb
@@
-30,5
+30,5
@@
</IfModule>
<IfModule mod_autoindex.c>
- IndexOptions
+
SuppressDescription
+ IndexOptions SuppressDescription
</IfModule>