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