Validate inputs of nova::compute::provider

Change-Id: Idcc0edc2287f0c54bb14671255c053e3448f0dd1
This commit is contained in:
Takashi Kajinami
2023-11-04 23:46:16 +09:00
parent d80fd453ca
commit 21b2805ce9

View File

@@ -67,10 +67,10 @@
# Defaults to 'provider.yaml'
#
class nova::compute::provider (
$schema_version = '1.0',
$custom_inventories = [],
$config_location = '/etc/nova/provider_config',
$config_file = 'provider.yaml',
$schema_version = '1.0',
Array[Hash[String[1], Any]] $custom_inventories = [],
Stdlib::Absolutepath $config_location = '/etc/nova/provider_config',
String[1] $config_file = 'provider.yaml',
) {
include nova::deps