From 12299baacbdd26b32de99370508b1ae79974240d Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 21 Feb 2026 18:52:35 -0800 Subject: Rename module paths to match classes The refactor in commit e39155d4d changed class names but Puppet 3 seems to require the module path name to match. --- modules/bugzilla_dev/templates/robots.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 modules/bugzilla_dev/templates/robots.txt (limited to 'modules/bugzilla_dev/templates/robots.txt') diff --git a/modules/bugzilla_dev/templates/robots.txt b/modules/bugzilla_dev/templates/robots.txt new file mode 100755 index 00000000..63639f02 --- /dev/null +++ b/modules/bugzilla_dev/templates/robots.txt @@ -0,0 +1,10 @@ +User-agent: * +Disallow: / +Allow: /*index.cgi +Allow: /*page.cgi +Allow: /*show_bug.cgi +Allow: /*describecomponents.cgi +Disallow: /*show_bug.cgi*ctype=* +Disallow: /*show_bug.cgi*format=multiple* +Disallow: /*page.cgi*id=voting* +Sitemap: https://bugs.mageia.org/page.cgi?id=sitemap/sitemap.xml -- cgit v1.2.1