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