Clean up of minor puppet-lint warnings.

Mostly documentation and parameterised class parameter complaints.

Change-Id: I5b3ffa4ad3f707f385165c2d86c891c6bd4c1ae0
Reviewed-on: https://review.openstack.org/16901
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Matthew Wagoner 2012-11-26 11:13:11 -05:00 committed by Jenkins
parent 1ce4b91543
commit 819586dc32
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ class etherpad_lite (
require => [
Package['git'],
File["${base_install_dir}"],
],
],
}
package { [

View File

@ -1,7 +1,7 @@
# == Class: etherpad_lite::mysql
#
class etherpad_lite::mysql(
$database_password,
$database_password = '',
$dbType = 'mysql',
$database_user = 'eplite',
$database_name = 'etherpad-lite'

View File

@ -1,7 +1,7 @@
# == Class: etherpad_lite::site
#
class etherpad_lite::site (
$database_password,
$database_password = '',
$dbType = 'mysql',
$database_user = 'eplite',
$database_name = 'etherpad-lite'