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