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

    notice("Success")

}