authtoken: Ensure correct type for password

Change-Id: I63e701541ecd0e9c55fe1166114084ab3483a1c3
This commit is contained in:
Takashi Kajinami 2023-07-12 22:05:15 +09:00
parent 6e17904d67
commit 037ad12583
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@
# authtoken class. Values set here override the individual parameters above.
#
class octavia::keystone::authtoken(
$password,
String[1] $password,
$username = 'octavia',
$auth_url = 'http://localhost:5000',
$project_name = 'services',