Fix naming github_user to github_username.
Change-Id: Ibe4aff29f4d5baa2733ad64c6a5dfe46ff85155e
This commit is contained in:
parent
53fa5a8604
commit
a1845d4c5e
@ -22,8 +22,8 @@ class openstack_project::gerrit (
|
|||||||
$script_user,
|
$script_user,
|
||||||
$script_key_file,
|
$script_key_file,
|
||||||
$github_projects = [],
|
$github_projects = [],
|
||||||
$github_user,
|
$github_username,
|
||||||
$github_token,
|
$github_oauth_token,
|
||||||
$mysql_password,
|
$mysql_password,
|
||||||
$email_private_key,
|
$email_private_key,
|
||||||
$testmode=false,
|
$testmode=false,
|
||||||
@ -89,8 +89,8 @@ class openstack_project::gerrit (
|
|||||||
}
|
}
|
||||||
class { 'github':
|
class { 'github':
|
||||||
github_projects => $github_projects,
|
github_projects => $github_projects,
|
||||||
github_user => $github_username,
|
github_username => $github_username,
|
||||||
github_token => $github_oauth_token,
|
github_oauth_token => $github_oauth_token,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user