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