No backports for buster
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / fixtures / test / manifests / absolute_path.pp
1 # Class to test the Stdlib::Compat::Absolute_path type alias
2 class test::absolute_path(
3   Stdlib::Compat::Absolute_path $value,
4   ) {
5     notice("Success")
6 }