Merge "Revert "Replace Stdlib::Absolutepath by Stdlib::Compat::Absolute_path""

This commit is contained in:
Zuul 2023-05-31 15:32:01 +00:00 committed by Gerrit Code Review
commit 1559bd8320
1 changed files with 1 additions and 1 deletions

View File

@ -779,7 +779,7 @@ class horizon(
validate_legacy(Hash, 'validate_hash', $api_versions)
validate_legacy(Enum['on', 'off'], 'validate_re', $password_autocomplete, [['^on$', '^off$']])
validate_legacy(Stdlib::Compat::Absolute_path, 'validate_absolute_path', $root_path)
validate_legacy(Stdlib::Absolutepath, 'validate_absolute_path', $root_path)
if $manage_memcache_package {
if $cache_backend =~ /\.MemcachedCache$/ {