Order of the class parameters is refactored

Order of those parameters is changed
to follow Puppet Style Guide recommendation [0].
Moreover, it will allow to an user to find much faster
a variable in a list of variables.

[0]. https://docs.puppetlabs.com/guides/style_guide.html

Change-Id: I560d954fc6daf6eff6fac5b4d2b582d338986303
This commit is contained in:
Andrey Nikitin 2016-03-21 11:52:24 +03:00
parent f91cc59876
commit bfe2669891
1 changed files with 2 additions and 2 deletions

View File

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