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