Remove un-used variable
Change-Id: I4423d66bc6dba60cad04aabc60ded5576f8857a4
This commit is contained in:

committed by
Alex Schultz

parent
ae0bd7c377
commit
15c77b67c1
@@ -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',
|
||||
|
Reference in New Issue
Block a user