]> git.openstreetmap.org Git - chef.git/commitdiff
Add robots.txt for munin.openstreetmap.org
authorTom Hughes <tom@compton.nu>
Sat, 30 Jan 2016 11:33:08 +0000 (11:33 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 30 Jan 2016 11:33:08 +0000 (11:33 +0000)
cookbooks/munin/files/default/www/robots.txt [new file with mode: 0644]
cookbooks/munin/recipes/server.rb

diff --git a/cookbooks/munin/files/default/www/robots.txt b/cookbooks/munin/files/default/www/robots.txt
new file mode 100644 (file)
index 0000000..45ba159
--- /dev/null
@@ -0,0 +1,2 @@
+User-agent: *
+Disallow: /munin-cgi/
index bb5ba243aeeb0973e6ca3882a0f26da5c8adb0b1..90d70d7b17f6acf36f598ded63593477408260cc 100644 (file)
@@ -79,7 +79,7 @@ remote_directory "/srv/munin.openstreetmap.org" do
   mode 0755
   files_owner "root"
   files_group "root"
-  files_mode 0755
+  files_mode 0644
   purge true
 end