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