aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/bugzilla/manifests/init.pp4
-rw-r--r--modules/bugzilla/templates/robots.txt9
2 files changed, 1 insertions, 12 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index c03b1a6a..fdba14de 100755
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -99,8 +99,7 @@ class bugzilla {
file { "$bugzilla_location/robots.txt":
group => 'apache',
- mode => '0640',
- content => template('bugzilla/robots.txt')
+ mode => '0640'
}
file { "$bugzilla_location/data/bugzilla-update.xml":
@@ -109,7 +108,6 @@ class bugzilla {
mode => '0640'
}
-
file { [
"$bugzilla_location/admin.cgi",
"$bugzilla_location/attachment.cgi",
diff --git a/modules/bugzilla/templates/robots.txt b/modules/bugzilla/templates/robots.txt
deleted file mode 100644
index 50eeb279..00000000
--- a/modules/bugzilla/templates/robots.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-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*