aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla_dev/templates/vhost.conf
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2026-02-21 18:52:35 -0800
committerDan Fandrich <danf@mageia.org>2026-02-21 19:05:59 -0800
commit12299baacbdd26b32de99370508b1ae79974240d (patch)
tree8819ecaa6f0ebc1d91323922a1898c0057fea27d /modules/bugzilla_dev/templates/vhost.conf
parentdff3eec23a755ceb24e758d959f89047263c1039 (diff)
downloadpuppet-12299baacbdd26b32de99370508b1ae79974240d.tar
puppet-12299baacbdd26b32de99370508b1ae79974240d.tar.gz
puppet-12299baacbdd26b32de99370508b1ae79974240d.tar.bz2
puppet-12299baacbdd26b32de99370508b1ae79974240d.tar.xz
puppet-12299baacbdd26b32de99370508b1ae79974240d.zip
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.
Diffstat (limited to 'modules/bugzilla_dev/templates/vhost.conf')
-rwxr-xr-xmodules/bugzilla_dev/templates/vhost.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/bugzilla_dev/templates/vhost.conf b/modules/bugzilla_dev/templates/vhost.conf
new file mode 100755
index 00000000..79eab9fb
--- /dev/null
+++ b/modules/bugzilla_dev/templates/vhost.conf
@@ -0,0 +1,2 @@
+RewriteEngine On
+RewriteRule ^/([0-9]+)$ /show_bug.cgi?id=$1 [R=301,L]