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