Fix a typo.

Change-Id: Ibe21c15f30371879880f4de288367099fc8752a6
This commit is contained in:
Monty Taylor 2012-07-27 10:19:42 -05:00
parent b78acc61ce
commit 98a0e386cd
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
# 12:09 <@spearce> so. you get 5 milliseconds before aborting
# thus, set it to 5000minutes until the bug is fixed.
class openstack_project::review(
$github_auth_token,
$github_oauth_token,
$mysql_password,
$email_private_key,
$gerritbot_password) {

View File

@ -1,5 +1,5 @@
class openstack_project::review_dev(
$github_auth_token,
$github_oauth_token,
$mysql_password,
$email_private_key) {
class { 'openstack_project::gerrit':