Merge "Fix class parameters"

This commit is contained in:
Jenkins 2015-08-09 04:51:49 +00:00 committed by Gerrit Code Review
commit 6ba023f7db
1 changed files with 4 additions and 5 deletions

View File

@ -1,11 +1,10 @@
# == Class: github
#
class github(
$username = '',
$oauth_token = '',
$project_username = '',
$project_password = '',
$projects = []
$username,
$oauth_token,
$project_username,
$project_password,
) {
include jeepyb
include pip