Merge "replace validate_legacy with proper data types"

This commit is contained in:
Zuul 2023-06-22 04:31:27 +00:00 committed by Gerrit Code Review
commit b59f7024cc
1 changed files with 1 additions and 3 deletions

View File

@ -205,7 +205,7 @@ class ceph::profile::params (
$mon_key = undef,
$mgr_key = undef,
$mon_keyring = undef,
$client_keys = {},
Hash $client_keys = {},
$osds = undef,
$manage_repo = true,
$rgw_name = undef,
@ -233,8 +233,6 @@ class ceph::profile::params (
$pid_max = undef,
) {
validate_legacy(Hash, 'validate_hash', $client_keys)
if $pid_max != undef {
warning('pid_max parameter is deprecated and has no effect.')
}