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