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