summaryrefslogtreecommitdiff
path: root/spec/fixtures/test/manifests/ipv6.pp
blob: 7912fd6f1451077d29f458ac35675dbfb224e937 (plain)
1
2
3
4
5
6
# Class to test the Stdlib::Compat::Ipv6 type alias
class test::ipv6(
  Stdlib::Compat::Ipv6 $value,
  ) {
  notice("Success")
}