Update stdlib
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / fixtures / test / manifests / absolutepath.pp
diff --git a/3rdparty/modules/stdlib/spec/fixtures/test/manifests/absolutepath.pp b/3rdparty/modules/stdlib/spec/fixtures/test/manifests/absolutepath.pp
new file mode 100644 (file)
index 0000000..8321471
--- /dev/null
@@ -0,0 +1,6 @@
+# Class to test the Stdlib::Absolutepath type. Not to be confused with Stdlib::Compat::Absolute_path.
+class test::absolutepath(
+    Stdlib::Absolutepath $value,
+    ) {
+  notice("Success")
+}