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