summaryrefslogtreecommitdiff
path: root/spec/fixtures/test/manifests/hash.pp
blob: c243570fce45a0bd8871f66a80ffe453d029e712 (plain)
1
2
3
4
5
6
7
8
# Class to test the Stdlib::Compat::Hash type alias
class test::hash(
    Stdlib::Compat::Hash $value,
    ) {

  notice("Success")

}