Fixed a naming issue.

Change-Id: Ic753ceefd0bd8bd2f01889999eb6a1d6071420ba
This commit is contained in:
Monty Taylor 2012-07-23 19:29:15 -05:00
parent b2bbd47eef
commit af498777ab

View File

@ -88,9 +88,9 @@ class openstack_project::gerrit (
script_key_file => $script_key_file,
}
class { 'github':
github_projects => $github_projects,
github_username => $github_username,
github_oauth_token => $github_oauth_token,
projects => $github_projects,
username => $github_username,
oauth_token => $github_oauth_token,
}
}