Merge "Fix class parameters"
This commit is contained in:
commit
6ba023f7db
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user