93111091ed96ea29f7d5db9a5b0c0cb092e71b9e
[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 }