Do not add + for IndexOption in global context. It should still add to the existing...
[mirror/dsa-puppet.git] / modules / apache2 / templates / puppet-config.erb
index 55b216e..966ff3f 100644 (file)
@@ -30,5 +30,5 @@
 </IfModule>
 
 <IfModule mod_autoindex.c>
-  IndexOptions +SuppressDescription
+  IndexOptions SuppressDescription
 </IfModule>