]> git.openstreetmap.org Git - chef.git/commitdiff
Update munin to apache 2.4 style access controls
authorTom Hughes <tom@compton.nu>
Tue, 2 Sep 2014 18:43:45 +0000 (19:43 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 2 Sep 2014 18:43:45 +0000 (19:43 +0100)
cookbooks/munin/templates/default/apache.erb

index f3ce4e2c694fd941c1950a65adea33255fc4ab46..59598acabf3fedb2ff4a0efab68b5591c9ee1c3d 100644 (file)
@@ -12,5 +12,5 @@
 </VirtualHost>
 
 <Directory /var/cache/munin/www>
-       Allow from all
+       Require all granted
 </Directory>