Clean up of minor puppet-lint warnings.

Mostly documentation and parameterised class parameter complaints.

Change-Id: Idbfd348a5befb041ce6eb36f9c6b195fc0c6799f
Reviewed-on: https://review.openstack.org/16685
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Matthew Wagoner 2012-11-21 14:53:55 -05:00 committed by Jenkins
parent cf03da2d2b
commit 3f4bcb45e6
1 changed files with 8 additions and 6 deletions

View File

@ -1,8 +1,10 @@
# == Class: github
#
class github(
$username,
$oauth_token,
$project_username,
$project_password,
$username = '',
$oauth_token = '',
$project_username = '',
$project_password = '',
$projects = []
) {
include pip
@ -53,7 +55,7 @@ class github(
replace => true,
require => [
Group['github'],
File['/etc/github']
File['/etc/github'],
],
}
@ -66,7 +68,7 @@ class github(
replace => true,
require => [
Group['github'],
File['/etc/github']
File['/etc/github'],
],
}