Align all web server usage on apache module.

Change-Id: Idd712a8ee5ec81c6b88b7d3e2270dce4da254927
Reviewed-on: https://review.openstack.org/10838
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Monty Taylor
2012-08-04 13:10:26 -05:00
committed by Jenkins
parent d4d5a8641f
commit 883981ff09
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ class gerritbot(
$password,
$server,
$user,
$virtual_hostname
$vhost_name
) {
file { "/usr/local/gerrit/gerritbot":

View File

@@ -9,5 +9,5 @@ lockfile=/var/run/gerritbot/gerritbot.pid
[gerrit]
user=<%= user %>
key=/home/gerrit2/.ssh/gerritbot_rsa
host=<%= virtual_hostname %>
host=<%= vhost_name %>
port=29418