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

    notice("Success")

}