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