84b6a5b62bb04176b4a714e80c5d1262bc2bce9f
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / fixtures / test / manifests / array.pp
1 # Class to test the Stdlib::Compat::Array type alias
2 class test::array(
3   Stdlib::Compat::Array $value,
4   ) {
5
6     notice("Success")
7
8 }