Revision
290
Author
dmorgan
Date
2010-11-18 21:01:07 +0100 (Thu, 18 Nov 2010)

Log Message

Do not hardcode the domain name

Modified Paths

Modified: puppet/modules/bugzilla/templates/vhost_mageia.org.conf
===================================================================
--- puppet/modules/bugzilla/templates/vhost_mageia.org.conf	2010-11-18 19:59:40 UTC (rev 289)
+++ puppet/modules/bugzilla/templates/vhost_mageia.org.conf	2010-11-18 20:01:07 UTC (rev 290)
@@ -3,7 +3,7 @@
 %>
 
 <VirtualHost *:80>
-        ServerName bugs.mageia.org
+        ServerName bugs.<%= domain %>
         DocumentRoot /usr/share/bugzilla/www
         Alias /bugzilla/data <%= path_data_directory %>
         Alias /bugzilla /usr/share/bugzilla/www