summaryrefslogtreecommitdiff
path: root/spec/fixtures/test/manifests/absolutepath.pp
blob: 83214711d8913b6e12492d7a57bc2ddff7f5db39 (plain)
1
2
3
4
5
6
# Class to test the Stdlib::Absolutepath type. Not to be confused with Stdlib::Compat::Absolute_path.
class test::absolutepath(
    Stdlib::Absolutepath $value,
    ) {
  notice("Success")
}