diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2010-11-18 20:01:07 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2010-11-18 20:01:07 +0000 |
commit | 5379a2057970167047d897ce904ec9cedc74c9b8 (patch) | |
tree | 1f2f3de89b9bd8d08c4dffac6dbf3f4d9179836e /modules/bugzilla | |
parent | a3fada2b55b6ae09260012784af73f785e5b9834 (diff) | |
download | puppet-5379a2057970167047d897ce904ec9cedc74c9b8.tar puppet-5379a2057970167047d897ce904ec9cedc74c9b8.tar.gz puppet-5379a2057970167047d897ce904ec9cedc74c9b8.tar.bz2 puppet-5379a2057970167047d897ce904ec9cedc74c9b8.tar.xz puppet-5379a2057970167047d897ce904ec9cedc74c9b8.zip |
Do not hardcode the domain name
Diffstat (limited to 'modules/bugzilla')
-rw-r--r-- | modules/bugzilla/templates/vhost_mageia.org.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/vhost_mageia.org.conf b/modules/bugzilla/templates/vhost_mageia.org.conf index 625fb666..60cd8195 100644 --- a/modules/bugzilla/templates/vhost_mageia.org.conf +++ b/modules/bugzilla/templates/vhost_mageia.org.conf @@ -3,7 +3,7 @@ path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/b %> <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 |