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