summaryrefslogtreecommitdiff
path: root/spec/fixtures/test/manifests/string.pp
blob: 6508c70d7f12bdf68f252a0b694f861798d4b63a (plain)
1
2
3
4
5
6
7
8
# Class to test the Stdlib::Compat::String type alias
class test::string(
  Stdlib::Compat::String $value,
  ) {

    notice("Success")

}