diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-03-23 21:17:39 +0100 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-03-23 21:17:39 +0100 |
commit | 322c69ba5392634791fdc2663512044268efec31 (patch) | |
tree | 54e90dfbbf528d0ec2fb657898588d401ff72ce5 /modules | |
parent | c129f31a6cce78055a718e31f813272ddc6f6af7 (diff) | |
download | puppet-322c69ba5392634791fdc2663512044268efec31.tar puppet-322c69ba5392634791fdc2663512044268efec31.tar.gz puppet-322c69ba5392634791fdc2663512044268efec31.tar.bz2 puppet-322c69ba5392634791fdc2663512044268efec31.tar.xz puppet-322c69ba5392634791fdc2663512044268efec31.zip |
Fix vhost
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/bugzilla-dev/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla-dev/manifests/init.pp b/modules/bugzilla-dev/manifests/init.pp index 666988c3..bece4cf4 100755 --- a/modules/bugzilla-dev/manifests/init.pp +++ b/modules/bugzilla-dev/manifests/init.pp @@ -35,7 +35,7 @@ class bugzilla { webapp_file => 'bugzilla/webapp_bugzilla.conf', } - $bugs_vhost = "bugs.${::domain}" + $bugs_vhost = "bugs-dev.${::domain}" $vhost_root = '/usr/share/bugzilla/www' apache::vhost::redirect_ssl { $bugs_vhost: } |