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