Remove un-used variable

Change-Id: I4423d66bc6dba60cad04aabc60ded5576f8857a4
This commit is contained in:
Mohammed Naser 2017-07-12 11:53:21 -04:00 committed by Alex Schultz
parent ae0bd7c377
commit 15c77b67c1
1 changed files with 0 additions and 5 deletions

View File

@ -34,10 +34,6 @@
# Only used with mysql modules >= 2.2.
# Defaults to 'utf8_general_ci'
#
# [*listening_service*]
# The name that will be called from the mysql machine
# Defaults to 'mistral_db'.
#
# == Dependencies
# Class['mysql::server']
#
@ -49,7 +45,6 @@
#
class mistral::db::mysql(
$password,
$listening_service = 'mistral_db',
$dbname = 'mistral',
$user = 'mistral',
$host = '127.0.0.1',