Fix undefined reseller_prefix_upcase

... because that is now causing an error in testing with Puppet 8.

Change-Id: Id2694286c08e40d2bb6e8e07cf5c47b01712a84b
This commit is contained in:
Takashi Kajinami
2023-06-06 12:22:32 +09:00
parent e0d56b30f6
commit 908bd01717

View File

@@ -88,6 +88,8 @@ class swift::proxy::tempauth (
if ($reseller_prefix) {
validate_legacy(String, 'validate_string', $reseller_prefix)
$reseller_prefix_upcase = upcase($reseller_prefix)
} else {
$reseller_prefix_upcase = $reseller_prefix
}
if ($token_life) {