Update stdlib
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / fixtures / test / manifests / absolutepath.pp
1 # Class to test the Stdlib::Absolutepath type. Not to be confused with Stdlib::Compat::Absolute_path.
2 class test::absolutepath(
3     Stdlib::Absolutepath $value,
4     ) {
5   notice("Success")
6 }