Fix a typo.
Change-Id: Ibe21c15f30371879880f4de288367099fc8752a6
This commit is contained in:
parent
b78acc61ce
commit
98a0e386cd
@ -25,7 +25,7 @@
|
|||||||
# 12:09 <@spearce> so. you get 5 milliseconds before aborting
|
# 12:09 <@spearce> so. you get 5 milliseconds before aborting
|
||||||
# thus, set it to 5000minutes until the bug is fixed.
|
# thus, set it to 5000minutes until the bug is fixed.
|
||||||
class openstack_project::review(
|
class openstack_project::review(
|
||||||
$github_auth_token,
|
$github_oauth_token,
|
||||||
$mysql_password,
|
$mysql_password,
|
||||||
$email_private_key,
|
$email_private_key,
|
||||||
$gerritbot_password) {
|
$gerritbot_password) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
class openstack_project::review_dev(
|
class openstack_project::review_dev(
|
||||||
$github_auth_token,
|
$github_oauth_token,
|
||||||
$mysql_password,
|
$mysql_password,
|
||||||
$email_private_key) {
|
$email_private_key) {
|
||||||
class { 'openstack_project::gerrit':
|
class { 'openstack_project::gerrit':
|
||||||
|
Loading…
Reference in New Issue
Block a user