Cleanup redundant default

This change removes redundant default value for heat::keystone::auth,
so that more clear error message when password is not set.

Change-Id: If585a3b6175d9aa2506786d2d158a8261403bd51
This commit is contained in:
Takashi Kajinami 2020-10-18 21:43:45 +09:00
parent f3c2fc4b3b
commit 27d6be10ed

View File

@ -97,7 +97,7 @@
# }
#
class heat::keystone::auth (
$password = false,
$password,
$email = 'heat@localhost',
$auth_name = 'heat',
$service_name = 'heat',