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