Fix annotations

Change-Id: I2c9bd5e928d300f6793074501072feaa35d7e84b
This commit is contained in:
zhubingbing 2018-06-15 15:07:37 +08:00
parent 3c86186f29
commit a077c07360
1 changed files with 2 additions and 3 deletions

View File

@ -6,8 +6,7 @@
# === Parameters
#
# [*password*]
# (Mandatory) Password to connect to the database.
# Defaults to 'false'.
# (Required) Password to connect to the database.
#
# [*dbname*]
# (Optional) Name of the database.
@ -35,7 +34,7 @@
# Defaults to 'utf8_general_ci'
#
class heat::db::mysql(
$password = false,
$password,
$dbname = 'heat',
$user = 'heat',
$host = '127.0.0.1',