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

This reverts commit 92950a690d.

Reason for revert:
Stdlib::Absolutepath has never been deprecated, but
Stdlib::Compat::Absolute_path was deprecated. The latest stdlib
removed all Stdlib::Compat::* types[1].

[1] fcbd4267fd

Change-Id: I40cbb3d514081520ea01f42b3ed5cc123d0c930e
This commit is contained in:
Takashi Kajinami 2023-05-31 03:40:01 +00:00
parent 92950a690d
commit fae7d47b1b
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$/ {