summaryrefslogtreecommitdiff
path: root/spec/fixtures/test/manifests/absolutepath.pp
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/test/manifests/absolutepath.pp')
-rw-r--r--spec/fixtures/test/manifests/absolutepath.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fixtures/test/manifests/absolutepath.pp b/spec/fixtures/test/manifests/absolutepath.pp
new file mode 100644
index 0000000..8321471
--- /dev/null
+++ b/spec/fixtures/test/manifests/absolutepath.pp
@@ -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")
+}