Update stdlib
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / fixtures / test / manifests / ipv4.pp
diff --git a/3rdparty/modules/stdlib/spec/fixtures/test/manifests/ipv4.pp b/3rdparty/modules/stdlib/spec/fixtures/test/manifests/ipv4.pp
new file mode 100644 (file)
index 0000000..2e8022d
--- /dev/null
@@ -0,0 +1,6 @@
+# Class to test the Stdlib::Compat::Ipv4 type alias
+class test::ipv4(
+  Stdlib::Compat::Ipv4 $value,
+  ) {
+    notice("Success")
+  }