Please review pull request #88: (#12658) Add robots.txt to dashboard opened by (MosesMendoza)
Description:
Without this patch, in the default install of puppet dashboard,
internet bots can crawl and index puppet dashboard sites.
This patch adds a robots.txt file to dashboard that prevents
crawling by all bot types of the whole site.
Signed-off-by: Moses Mendoza [email protected]
- Opened: Wed Feb 15 17:34:42 UTC 2012
- Based on: puppetlabs:master (7bb88570ae7a45e4e485f3784df13072eac23dd1)
- Requested merge: MosesMendoza:Ticket/master/12658_add_robots.txt (3d02eb48b035fefde31a482521fc26e815de8bb8)
Diff follows:
diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: /
-- You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
