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