Puppet Class: test::float
- Defined in:
- puppet/modules/stdlib/spec/fixtures/test/manifests/float.pp
Overview
Class to test the Stdlib::Compat::Float type alias
2 3 4 5 6 7 8 |
# File 'puppet/modules/stdlib/spec/fixtures/test/manifests/float.pp', line 2
class test::float(
Stdlib::Compat::Float $value,
) {
notice("Success")
}
|