Fix naming github_user to github_username.

Change-Id: Ibe4aff29f4d5baa2733ad64c6a5dfe46ff85155e
This commit is contained in:
Monty Taylor 2012-07-23 17:07:15 -05:00
parent 53fa5a8604
commit a1845d4c5e

View File

@ -22,8 +22,8 @@ class openstack_project::gerrit (
$script_user,
$script_key_file,
$github_projects = [],
$github_user,
$github_token,
$github_username,
$github_oauth_token,
$mysql_password,
$email_private_key,
$testmode=false,
@ -89,8 +89,8 @@ class openstack_project::gerrit (
}
class { 'github':
github_projects => $github_projects,
github_user => $github_username,
github_token => $github_oauth_token,
github_username => $github_username,
github_oauth_token => $github_oauth_token,
}
}