authtoken: Ensure correct type for password

Change-Id: I65450f54a81ec996eb161712ddd3e5f654bb7db1
This commit is contained in:
Takashi Kajinami 2023-07-12 22:08:12 +09:00
parent a23ca78f52
commit c4a7787501
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@
# Defaults to $facts['os_service_default'].
#
class vitrage::keystone::authtoken(
$password,
String[1] $password,
$username = 'vitrage',
$auth_url = 'http://localhost:5000',
$project_name = 'services',