From a077c07360e450e0fea73622b7856af6382ec405 Mon Sep 17 00:00:00 2001 From: zhubingbing Date: Fri, 15 Jun 2018 15:07:37 +0800 Subject: [PATCH] Fix annotations Change-Id: I2c9bd5e928d300f6793074501072feaa35d7e84b --- manifests/db/mysql.pp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifests/db/mysql.pp b/manifests/db/mysql.pp index f0031bdd..b5439236 100644 --- a/manifests/db/mysql.pp +++ b/manifests/db/mysql.pp @@ -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',