Update stdlib
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / fixtures / test / manifests / ipv6.pp
1 # Class to test the Stdlib::Compat::Ipv6 type alias
2 class test::ipv6(
3   Stdlib::Compat::Ipv6 $value,
4   ) {
5   notice("Success")
6 }