Do not add + for IndexOption in global context. It should still add to the existing...
authorPeter Palfrader <peter@palfrader.org>
Thu, 9 Feb 2017 19:17:05 +0000 (20:17 +0100)
committerPeter Palfrader <peter@palfrader.org>
Thu, 9 Feb 2017 19:17:05 +0000 (20:17 +0100)
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>