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

    notice("Success")

}