We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f22f87 commit cad09a6Copy full SHA for cad09a6
manifests/init.pp
@@ -707,7 +707,7 @@
707
}
708
709
if $using_domain_config {
710
- validate_legacy(Stdlib::Absolutepath, 'validate_absolute_path', $domain_config_directory)
+ validate_legacy(Stdlib::Compat::Absolute_path, 'validate_absolute_path', $domain_config_directory)
711
712
# Better than ensure resource. We don't want to conflict with any
713
# user definition even if they don't match exactly our parameters.
0 commit comments