summaryrefslogtreecommitdiff
path: root/spec/fixtures/test/manifests/absolute_path.pp
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/test/manifests/absolute_path.pp')
-rw-r--r--spec/fixtures/test/manifests/absolute_path.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fixtures/test/manifests/absolute_path.pp b/spec/fixtures/test/manifests/absolute_path.pp
new file mode 100644
index 0000000..d77f6bd
--- /dev/null
+++ b/spec/fixtures/test/manifests/absolute_path.pp
@@ -0,0 +1,6 @@
+# Class to test the Stdlib::Compat::Absolute_path type alias
+class test::absolute_path(
+ Stdlib::Compat::Absolute_path $value,
+ ) {
+ notice("Success")
+}