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