Merge "Do not validate optional admin_password"

This commit is contained in:
Zuul 2023-01-24 09:57:04 +00:00 committed by Gerrit Code Review
commit 0bd1aafd00
1 changed files with 3 additions and 1 deletions

View File

@ -304,7 +304,9 @@ class murano(
include murano::policy
include murano::db
validate_legacy(String, 'validate_string', $admin_password)
if $admin_password != undef {
validate_legacy(String, 'validate_string', $admin_password)
}
package { 'murano-common':
ensure => $package_ensure,