summaryrefslogtreecommitdiff
path: root/spec/fixtures/test/manifests/windowspath.pp
blob: af93ed3f89a6c442de062a15aad138f740258685 (plain)
1
2
3
4
5
6
# Class to test the Stdlib::Windowspath type alias
class test::windowspath(
    Stdlib::Windowspath $value,
    ) {
  notice("Success")
}