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