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