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