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