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