6508c70d7f12bdf68f252a0b694f861798d4b63a
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / fixtures / test / manifests / string.pp
1 # Class to test the Stdlib::Compat::String type alias
2 class test::string(
3   Stdlib::Compat::String $value,
4   ) {
5
6     notice("Success")
7
8 }