Fix puppet-lint failures

With the new release of puppet-lint being used the puppet-lint jobs have
started failing on this repo. This commit fixes the issues identified,
to unblock ci.

Change-Id: I63ba93ecdac473aabf402d022505266371c471cb
This commit is contained in:
Matthew Treinish 2017-04-04 12:38:15 -04:00
parent 8fd36b64c4
commit 9b5753123e
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,10 @@
# == Class: subunit2sql
#
class subunit2sql::server (
$db_dialect = 'mysql',
$db_user = 'subunit2sql',
$db_pass,
$db_host,
$db_dialect = 'mysql',
$db_user = 'subunit2sql',
$db_port = '3306',
$db_name = 'subunit2sql',
$expire_age = '186',