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